Why does dreamweaver leave a space at top of page?!

I was wondering why this is happening. I have a page with a black background. On the top of the page I want to insert a table and have it another color (gray). When I do this though dreamweaver leaves a little space at the top of the table I jsut inserted. I cannot move the table any higher. Any Advice on how to get rid of that black strip above the table so The table will be one color? Here is the Html too<br />
<br />
<html><br />
<head><br />
<title>Untitled Document</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<link rel="stylesheet" href=http://www.htmlforums.com/archive/index.php/"default.css" type="text/css"><br />
</head><br />
<br />
<body bgcolor="#000000" text="#FFFFFF"><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr> <br />
<td height="15" bgcolor="#333333" colspan="3">&nbsp;</td><br />
</tr><br />
<tr> <br />
<td height="375" bgcolor="#000000" colspan="3">&nbsp;</td><br />
</tr><br />
</table><br />
</html><!--content-->in the body tag:<br />
<br />
<body leftmargin=0 rightmargin-0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0><!--content-->
 
Back
Top