Quote Originally Posted by DarkAngel View Post
got it to almost work...course since I do not have the image in my store it just hangs but you can try this:

use the code at the beginning

Code:
<a href="images/name-of-image.jpg" rel="lightbox">
then at the end of the image link add the </a> and see if that helps. I do not know if it is an external page you have or if you have inserted the information into the ez pages area itself but give it a try.
That's exactly what I do have. (He goes to look again, riddled with self doubt, though he's SURE that's what he typed.) Yep, what I got. Here's first image tag...
Code:
<a href="images/barrel.jpg "rel="lightbox"><img src="images/barrel.jpg" width="300" border=0  ></a>

however you may need to play with the images/ part since you do not have the images in the main images folder but your templates images folder
Notice I've moved pics from directory "graphics" (on the same level of dir tree as "images" to dir "images". They are in main template folder. Have also added _MED and _LRG suffixed versions of the pics in their respective directories.

Oh yeah, someone asked the question if this was internal link. Nope, pasted the code into ez pages editor. Should I try making a separate page and use an internal link? Can I steal the javascript info for the header from - "view page source"? Do I need that in the header if it loads in the main page? Won't that language be called with header template?

You can tell how overwhelmingly I'm out of my depth here! Appreciate your patience.