Thread: Code Help
View Single Post
Old 03-20-2012, 04:36 PM   #6
Rathji
Franchise Player
 
Rathji's Avatar
 
Join Date: Nov 2006
Location: Supporting Urban Sprawl
Exp:
Default

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="&lt;a href=&quot;link.html&quot;&gt;my link&lt;/a&gt;">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.
__________________
"Wake up, Luigi! The only time plumbers sleep on the job is when we're working by the hour."

Last edited by Rathji; 03-20-2012 at 08:49 PM.
Rathji is offline   Reply With Quote