Gidday All,
Im trying to validate our site as XHTML 1.0 transitional but can't as we use the following attributes in our body tag.
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
Now I no that in my style sheet if I do
body {margin:0;}
that this works for IE but can I get it to work for Netscape.
Please
