View Single Post

  #6 (permalink)  
Old 25-04-2008, 07:43 PM
sticker sticker is offline
Coder
 
Join Date: Apr 2008
Posts: 77
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
sticker will become famous soon enough
Default

Quote:
Originally Posted by ButtermilkJack View Post
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>
Thanks!
Reply With Quote