Forum Moderators: open
For netscape:
marginwidth=0 marginheight=0
For IE:
leftmargin=0 topmargin=0
And now with IE 6:
bottommargin=0 rightmargin=0 - if so inclined.
As usual, each browser remains stubborn so if you don't want any margins in either browser, you have to put them all in there.
Note that this will also set the side margins to zero, which might not be what you want. You might want to try:
body { margin-top: 0; padding-top: 0; }
and
<body marginheight="0">