Forum Moderators: open
Here is typical code:
<table>
<tr>
<td bgcolor="black"><a href="/page.htm"><img src="/images/pic.gif"></a></td>
</tr>
</table>
CSS fixes I've tried:
a:link {
border: 0px;
padding: 0px;
margin: 0px;
text-decoration: none;
}
a:link img {
border: 0px;
padding: 0px;
margin: 0px;
text-decoration: none;
}