How to fit the background color into full display

liunx

Guest
Hi All,<br />
<br />
I need help please. I am trying to use my background color to fill up display. Please see the code below. My problem is that the screen doesn't want to fill up completely horizontally and vertically. I see a white background border horizontally and vertically. How to fix this issue? I am using IE 6.0 <br />
<br />
Thank you for your assistance! <br />
<br />
-David<br />
<br />
<br />
<br />
---------Code-------------------------------------------<br />
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><br />
<tr><br />
<td width="780" height="100%"><br />
<table border="0" cellpadding="0" cellspacing="0" width="780"><br />
<tr><br />
<td bgcolor="grey" width="170"><br />
&nbsp;<br />
</td><br />
<td bgcolor="red" width="10"><br />
&nbsp;<br />
</td><br />
<td bgcolor="brown"><br />
&nbsp;<br />
</td><br />
</tr><br />
</table><br />
</td><br />
<td bgcolor="silver" cellpadding="0" cellspacing="0" width="100%"><br />
<table border="0" cellpadding="0" cellspacing="0" width="100%"><br />
<tr><br />
<td width="100%"><br />
&nbsp;<br />
</td><br />
</tr> <br />
</table><br />
</td><br />
</tr><br />
</table><!--content-->Do you think you can put it into a page for viewing purposes?<!--content-->I am attaching the html file. Thank you.<br />
<br />
Regards,<br />
David<!--content-->Don't forget your "<head></head>" tags. Or maybe you just didn't put them in the example.<br />
<br />
Make this your body tag:<br />
<br />
<body marginwidth="0" marginheight="0"><br />
<br />
Should solve your problem.<!--content-->
 
Back
Top