I assume you have checked the
lightbox site and tried this:
Quote:
Yes, but you need to convert quotes and greater and less than symbols into their html entity equivalents. For example:
<a href="images/image-4.jpg" rel="lightbox" title="<a href="link.html">my link</a>">Image</a>
|
Just replacing the
my link with this:
Code:
mailto& #58someone& #64example.com& #63Subject& #61Hello%20again
instead of mailto:someone@example.com?Subject=Hello%20again
I have no idea if this will solve your issue, I just did a quick search and thats the best I can come up with that doesn't involve wordpress/drupal etc plugin solution.
edit: ok, it keeps converting it all for me, so delete the spaces from that code section, or build your own link using
this table.
edit2: On my way home, I realized this might not be what you want, and you might need to put the link as a caption as opposed to a title. Also looking at the code in the example again, you might need semi-colons following each ascii code.