PDA

View Full Version : Border around button, Will not go away. Why?



AMorganTech
18 Jan 2011, 11:14 PM
Okay so first off I work on this site from home for the computer repair shop that I work for.

This is the link http://www.columbiacomputers.com

This is my code:


<tr>
<td width="100%" bgcolor="#FFFFFF" style="border-left:1px solid #FFFFFF; border-right:0px solid #FFFFFF; border-bottom-style: none; border-bottom-width:none; border-top-style:none; border-top-width:none" height="59">
<p style="margin: 2 3; "><b>
<font size="2" face="Arial" color="#333333"> <a href="index.html"><img src="images/Menu/homeinactive.jpg" onmouseover="this.src='/images/Menu/homeactive.jpg';" onmouseout="this.src='images/Menu/homeinactive.jpg';"></a></font></b></td>
</tr>