Lightbox - add link inside caption
1) Script Title: :: Lightbox image viewer 2.03a
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem: I would like to add a link inside a caption. Here is the code I have now.
Code:
<a href="images/slides/twobirds-logo.png" rel="lightbox[tbo]" data-title="Two Birds Organizing Logo<br /> <br /> "><img src="images/thumb-tbo.png" alt="Two Birds Organizing logo" style="border:none; margin:0px; margin-right:16px;" /></a>
I would like the caption to say this:
Two Birds Organizing Logo
www.twobirdsorganizing.com (will be linked to http://www.twobirdsorganizing.com target="newwin")
Thanks!