This is probably a very basic question, but I’m at a loss at solving the problem.
I’d like my Web page to start as close to the top left corner of the monitor as possible. I’m using Dreamweaver 3.0 which as you can see from my page, starts with roughly a half-inch margin at the top and left sides.
I can’t figure out how to get rid of it. I’ve looked at other pages (like the Straight Dope Message Board front page) and tried various things with style sheets and the Page Properties. Nothing.
Add “topmargin=0 leftmargin=0 marginheight=0 marginwidth=0” to the body tag. The boxes you have on top (image and nav) that are centered will still start a bit away from the left margin due to the centering, if you want them flush left remove the center tag.