Links within Fancybox
Permalink
I'm trying to create an URL link within a fancybox and this is what I have:
<a class="tab" href="......">
</a>
However, when I click on the link nothing happens. Please help!
<a class="tab" href="......">
</a>
However, when I click on the link nothing happens. Please help!
If so, you may want to try this:
Notice the target="_blank" bit. This should open the link in a new browser window.
Here's more help on using the target attribute in the <a> tag:
http://www.w3schools.com/tags/att_a_target.asp...
Hope that helps?