> I have a site that is no frames, just tables. The top graphic should be
> right at the top of the page, no gap.
> In the body tag I have all the usual margins, leftmargin, topmargin etc.
> In earlier versions of Netscape and IE the pages display fine. In Netscape6
> it puts in a big gap before the top of the page.
Have you tried
body {
margin : 0;
}
Best,
Gerd