I used:
body { margin: 0px;}
but still see margin gaps in NN 4.x
do I need to use all of this if I do not want to use @import to create a separate style sheet for NN4.x?
body {margin: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
Also, is there a browser compatability problem with:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
Net Mechanic red flags this code as an error.
body { margin: 0px;}
but still see margin gaps in NN 4.x
do I need to use all of this if I do not want to use @import to create a separate style sheet for NN4.x?
body {margin: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
Also, is there a browser compatability problem with:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
Net Mechanic red flags this code as an error.