Re: outline on webpages

From: Daniel Piechnick
Remote Name: 220.240.161.236

Comments

Hi Greg. Ok, you've definitely made progress here. I'm using a 1024 screen, and your white border is now very small. This kind of border is a "margin" that is set in the web page. The left and top margins can easily be removed - there should be a setting somewhere to set the page's margins to 0. The right and bottom margins will probably be harder to set - cut and paste this code just above your </head>tag: <style type="text/css"><!--body { margin: 0; padding: 0 } --></style>