As MickyWall showed, you didn't link to the css file in your code so this is why things didn't work initially. Make sure the path to the css file is correct.
Also, you've left out the code to insert the thumbnail. It should be like this... <a href="image-1.jpg" rel="lightbox" title="my caption"><img src="thumb-1.jpg" alt="Thumbnail" /></a>
Last edited by ButtermilkJack; 25-04-2008 at 05:09 PM.
Reason: Corrected ending tag for <img>
|