This (and similar):
Code:
<a href="assets/Photo 52.jpg" rel="lightbox"><img src="assets/Photo 52.jpg" rel="lightbox[haircut]" title="Image 1" width="640" height="480"></a>
should be like:
Code:
<a href="assets/Photo 52.jpg" rel="lightbox[haircut]" title="Image 1"><img src="assets/Photo 52.jpg" width="640" height="480" alt=""></a>
There could still also be other problems. Like - you will often not get next/previous, unless there are more than one image, as many versions of lightbox remove duplicate images.
Bookmarks