May not work for images off the server
May not work for images off the server
doest work for images that are hosted locally
As you are local none of us can see what you have???
sorted it myself
Found where the javascript for lightbox was located in Zencart and added this code to PAGE_1 using the the define pages editor.
<script type="text/javascript" src="/zencart/includes/templates/ArkiTEC-HD Black/jscript/mootools.js"></script>
<script type="text/javascript" src="/zencart/includes/templates/ArkiTEC-HD Black/jscript/slimbox.js"></script>
<link rel="stylesheet" href="/zencart/includes/templates/ArkiTEC-HD Black/css/slimbox.css" type="text/css"
media="screen" />
then added this code to produce the thumbnail
<a href="img/" rel="lightbox" target="_blank"><img
src="img/" width="150" height="150" border="0"
alt="Picture" align="bottom" /></a>
img/ is then replaced with a direct link to the image wanted
works brilliantly
Great and thanks for posting your solution and completing this thread for others - - I missed that you were using "lightbox" and uou sorted it