HTML Link on popup alt title description

703 views
Skip to first unread message

scrumpyjack10

unread,
May 31, 2010, 5:33:53 AM5/31/10
to fancybox
Hi

I have been searching the internet and this forum and still cannot
find a solution.

I want to be able to simple add a html link to the pop image title
that comes up when you use fancybox. I have tried just putting <a
href="mylink.html">Click Here</a> but it just appears as static text
with no link.

Help!!!???

Many Thanks

Jack

JFK

unread,
Jun 2, 2010, 1:16:15 PM6/2/10
to fancybox
this example would work for me (v1.3.1)
<a class="myfancylink" href="image01.jpg" title="<a href='http://
google.com'>google</a>">open image</a>

Craig Reville

unread,
Jul 30, 2010, 8:13:16 PM7/30/10
to fancybox
Hey,

Yeah, I'm temporary reverting to that method just now,

The method I was wanting to use was

<a rel="group2" id="lightbox" href="../image.jpg" title="<a
href="link.html"><img src="../image.jpg" alt=""/></a>"><img src="../
image.jpg" alt=""/></a>
but the only was I can use that method is to convert it to ASCII but
that's waaaay too much code.

Thanks for the reply

Regards





Craig

JFK

unread,
Jul 30, 2010, 8:25:19 PM7/30/10
to fancybox
actually your problem is that you are nesting quotes so you should use
a different type to enclose the others
in other words you can't do (I will double space to make it clear)

title = " <a href= " bla bla ".... "

you should rather do
title = " <a href= ' bla bla ' ..."
Reply all
Reply to author
Forward
0 new messages