Netscape uses marginwidth and marginheight attributes in the body tag, IIRC.
The "official" way now is thru CSS:
Code:body {
margin: 0;
}
Printable View
Netscape uses marginwidth and marginheight attributes in the body tag, IIRC.
The "official" way now is thru CSS:
Code:body {
margin: 0;
}
marginheight=0 is nutscrape
you rule!
thanks
use the "offical" way though...it is better.