I have an extremely annoying problem that I believe has a quick fix to it.
I have created a single row table containing 5 elements. Each of these elements contains a picture and a link. In linking these a border has appeared. I cannot for the life of me get this border to disapear. Any help would be appreciated.
The problem code is below:
<td>
<a href="test.html">
<img src="pics/buttons/btnSearch.jpg" />
</a>
</td>
Thanks
Micah A. Norman
I have created a single row table containing 5 elements. Each of these elements contains a picture and a link. In linking these a border has appeared. I cannot for the life of me get this border to disapear. Any help would be appreciated.
The problem code is below:
<td>
<a href="test.html">
<img src="pics/buttons/btnSearch.jpg" />
</a>
</td>
Thanks
Micah A. Norman