I am trying to create a table that covers the full width of the browser window. My code works fine in IE but in Netscape there is a margin on the right side.
I am using the following for my body tag:
<body bgcolor="#ffffff" leftmargin="0" rightmargin="0" marginwidth="0" topmargin="0" marginheight="0">, and a 100% width for the table.
Thanks for any ideas.
I am using the following for my body tag:
<body bgcolor="#ffffff" leftmargin="0" rightmargin="0" marginwidth="0" topmargin="0" marginheight="0">, and a 100% width for the table.
Thanks for any ideas.