Forum Moderators: open
I want the black bar to go completely to the side and top edges of the page, with no white around the edges. It looks fine in IE, but in Firefox, there's white around the edges of the black line. What can I do to fix it? Thanks.
<BODY bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0">
<CENTER>
<table WIDTH="100%" BGCOLOR="#000000" CELLSPACING="0" CELLPADDING="0">
<tr>
<td ALIGN="center">
<font face="arial" size="4" color="#FFCCCC">
Blah, blah, blah, yada, yada, yada...
</font>
</td>
</tr>
</table>
</CENTER>
</BODY>
body {
margin:0;
}
Edit: I just noticed a similar question has already been answered here [webmasterworld.com].