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).
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
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> </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> </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>>!!
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
Comment