ok. so we're not allowed to put anything in our body tag anymore:
<body topmargin="0" leftmargin="0">
so instead we put this in our style sheets:
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
however, opera (5, 6 + 7) doesn't agree with this.
camino, safari, ie, mozilla and even netscape 6 like it however (pc and mac).
any thoughts guys and gals?