
May 25th, 1999, 04:55 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Unfortunately CSS isn't backwards compatible. Neither is this, but it's more backwards compatible than CSS. URL
Remove the margins left and top in your BODY tag like this:
<BODY marginwidth=0 leftmargin=0 marginheight=0 topmargin=0>
You HAVE to use both "width" and "left" and "height" and "top", because going back to 3 browsers they used different tags to do different jobs (I think we know who to blame).
You can use the same attributes in FRAME tags, but it's best to put them in both just in case.
Cheers,
adam
|