Next to a hyperlink, or inside the link (that is between the <a> tags?)
In the latter case, this is normal behavior. Images get a border when they are linked.
It's easy to remove the border:
<a href="/"><img src="SomeImage.gif" style="border: none;" /></a>
Alternatively, and much better, wipe out the border for all images with the following style sheet:
img
{
border: none;
}
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|