How place a link below a picture that is displayed using fancybox (jquery)?

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-06-14T14:52:42Z Indexed on 2010/06/17 12:53 UTC
Read the original article Hit count: 155

Filed under:
|

In the first picture of my website (the two persons), shows an URL address when you click on it. I used the "title" thing. Is there a simple way of doing the same but placing a link instead?

code:

<div class="pusher">
        <h3><?php echo l('showcase1_h3'); ?></h3>
        <p><?php echo l('showcase1_p'); ?></p>
        <div class="pic">
             <a id="showcase1" title="studyatbest.com" href="images/showcase1.png"><img src="images/showcase1t.png"/></a>
        </div>
</div>

http://alexchen.co.nr/

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about fancybox