-
HTML Tables in Netscape
I have an HTML table, I have set the tabel width and height to 100% to ensure it fills the whole screen. If i view the table in Internet Explorer 5.0 the table fills the whole screen.
If i view the table in Netscape there is a gap between the edge of the table and the window (i.e it doesn't fill the whole screen ).
I have tried to use the netscape marginwidth and marginheight attributes but even with these set to 0 a gap still exists.
Does anyone know how to get rid of this gap- i am starting to pullmy hair out. Any suggestions will help.
Thanks in advance!!
-
Could you post some code???
-
Maybe...
You havent said MarginWidth=0px just 0 or the same for the table's cellspacing, so NN translated it into something else, not pixels.
-
You shouldn't have to put the px in, because marginheight, marginwidth, are just standard body tag attributes.