Netscape uses marginwidth and marginheight attributes in the body tag, IIRC.

The "official" way now is thru CSS:
Code:
body {
    margin: 0;
}