I'm trying to flush everything in a browser mainly top, bottom and left margins,,,
The reason I'm asking now is because I'm at work and haven't had a chance to try it yet..
caine
10:40 pm on May 25, 2002 (gmt 0)
You can right click if your in wysiwyg mode, not on the design space and this will bring up page properties, in which you can add titles, play around with link colours, and half way down you'll note top margin, left margin. type in them 0 and that is a temporary solution to your problem, though it resolves in some browsers it won't resolve in them all.
BlobFisk
8:39 am on May 27, 2002 (gmt 0)
You can also use the following CSS:
body { margin: 0px; }
You can stick in other atributes like border, background-color etc.