Announcement

Collapse
No announcement yet.

Images not showing in fragment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Images not showing in fragment

    Hi,

    I am using the piece of code below to make some JPGs display in a pop-up:
    The code is placed within a fragment and the layout is set to: "Use Parent (=Sub Heading).

    Code:
    !!<<p><a href="javascript:ShowPopUp('brochure3.jpg', 1000, 1417);"><img src="file:///C|/Documents and Settings/All Users/Documents/Actinic v9/Sites/Site1/Brochuresmall.jpg" width="100" height="142" alt="brochuresmall"><br>
      Information on our wholesale department</a></p>
    <p>&nbsp;</p>
    <p><a href="javascript:ShowPopUp('map2.jpg', 1000, 1417);"><img src="file:///C|/Documents and Settings/All Users/Documents/Actinic v9/Sites/Site1/map2.jpg" width="100" height="70" alt="map2"><br>
    Map</a></p>
    <p>&nbsp;</p>
    <p><a href="http://get.adobe.com/uk/reader/"><img src="file:///C|/Documents and Settings/All Users/Documents/Actinic v9/Sites/Site1/adobe.JPG" width="112" height="33" alt="adobe"></a><br>
      <a href="http://get.adobe.com/uk/reader/">Get Adobe Reader</a> </p>>!!
    For some reason the thumbnails don’t display as you can see on this link
    http://www.mashers.co.uk/acatalog/Downloads.html

    I have added the images to additional files and all displays correctly in preview.

    Can Anyone help?

    Thanks
    www.mashers.co.uk - Party And Catering Disposables

    #2
    The images are referencing your hard drive not the server

    Comment


      #3
      Replace e.g.
      Code:
      file:///C|/Documents and Settings/All Users/Documents/Actinic v9/Sites/Site1/Brochuresmall.jpg
      with simply
      Code:
      Brochuresmall.jpg
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X