Hello,

I want to add a clickable image and clickable link to a page on my site.

Is the following code correct?:

Code:
<a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>" title="Shipping"><img src="images/shipping.jpg" /></a>

<a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>" title="Shipping">Shipping</a>
Thanks