Hi,
I have this code which displays an image:
I want the image to be linked to the URL in the link above. However, when the page is viewed in FF only the BOTTOM of the image is linked - how come??? It works in IE7.
http://behrentzs.com/new1/
I have this code which displays an image:
PHP Code:
echo '<a href="index.php?id=home"><img src="' . $folder . '/' . $image . '" alt="' .Header. '" /></a>';
http://behrentzs.com/new1/
Comment