Please help. I can not figure out how to add a simple link to an image when the image is called through PHP. I have tried making it work a number of ways but I am only intermediate in HTML and still trying to learn PHP basics.
The code is:
<div id="mainleft">
<h2>Place CMG Title Header Here</h2>
<img src="<?php echo get_bloginfo('url') ?>/serv67/cmg2/img/blog2.jpg" >
Thank you for your help! I just want to use the image as a link to another page.
Respects,
cmgdev