Hello,
I want to add a clickable image and clickable link to a page on my site.
Is the following code correct?:
ThanksCode:<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>![]()


Reply With Quote

