From: Daniel Piechnick
Date: 19 Apr 2004
Time: 17:10:48
Remote Name: 203.63.126.153
Hello. To make the page touch the top and left margins of the page, you'll need to ste the Page Margins to 0. This can be easily done in most web editors. The right and bottom margins are much more of a problem. For some reason, they're just THERE, for no reason at all. To get rid of them, you'll need to paste this piece of code into your page, above the </HEAD> tag: <style type="text/css"><!--body { margin: 0; padding: 0 } --></style>