Page 1 of 1

Lightbox 'null'?

Posted: Mon Nov 06, 2006 9:02 am
by davidcrickett
I get this 'null' under each zoomed picture in lightbox 2.2. Why? Is there a remedy for this? ;)
Image

Posted: Sun Apr 01, 2007 6:46 am
by Icenor
hmm even though this is a old post I'll post an answear here if anyone else is allso woundering about this. Null just means theres not any caption for the picture. To write a caption you have to add title="THIS IS A PICTURE OF SOMETHING" to the image.

Example from my site:
<div class="serendipity_imageComment_right" style="width: 110px"><div class="serendipity_imageComment_img"><a href='http://www.gopilot.org/gallery3/albums/ ... kyhawk.jpg' title="Et av de vanligste småflyene i verden"><img width='110' height='74' src="http://www.gopilot.org/gallery3/albums/ ... kyhawk.jpg" alt="" /></a></div><div class="serendipity_imageComment_txt">Cessna 172 Skyhawk</div></div>

If you go to the article here and press the Cessna 172 Skyhawk image, you'll see the result.
http://www.gopilot.org/index.php?/archi ... -oppe.html

Posted: Sun Apr 01, 2007 6:53 am
by davidcrickett
Ah, thanks! I had put it in the thumbnail url... :oops: