Basically I am using this
Code: Select all
<?
/* Image here */
echo "<img src="$Relative/images/countyad/".$CountyName .".gif">";
/* Image will END here */
?>What I would like to do is make the image into a link
this is the code:
Code: Select all
<?
/* Image here */
echo '<A HREF="www.link.site.com"><img src=''$Relative/images/countyad/'.$CountyName.' .gif''></A>';
/* Image will END here */
?>http://www.link.site.com/$Relative/imag ... sex%20.gif
and tyhis is the closest I get to the link displaying and the image no where to be seen. I think it is because there is a perceived space in the code?
At this moment in time I would be happy with just getting a fixed link with each county whilst I will eventually want to link to respective county names, but I'll tackle that later, unless someone can point me in the right direction
Thanks for your time guys
Andrew