0
Image has extra line in it
In some images that have a transparent background, a line appears to represent that the image is linked to another page. Is there anyway to get rid of this line or just make it invisible, at all?
1 Answer
0
I do it this way:
<p>
An image as a link: <a href="http://...">
<img border="0" alt="myImage" src="logo.gif" width="100" height="100">
</a>