
25-04-2008, 07:43 PM
|
| Coder | | | Join Date: Apr 2008
Posts: 77
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0 | |
Quote:
Originally Posted by ButtermilkJack 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! |