I have a fancybox gallery, I want to add a name below each image as description before it is opened. For some reason I can't figure this out. My code:
<a class="fancybox" href="images/fb1.jpg" data-fancybox-group="gallery" title="Automated Batching System"><img src="images/fb1_t.jpg" alt="Automated Batching System" class="imgrnd" /></a>
If I try to add a paragraph or something below each image it forces the next image to a new line.
Your help would be welcome, thanks