Re: alignment of tables

From: Daniel Piechnick (Webmaster)
Date: 05 Jun 2004
Time: 21:46:40
Remote Name: 203.217.1.148

Comments

Hi Dug. There are a few separate problems here. The forst one is easy. The top and left margins can be set by changing the Page Margins to 0. In FrontPage, this can be done by right-clicking on the page, and setting the margins to 0. If you're using Dreamweaver, I'm not sure where the Margin settings are, but it would be very simple. To remove bottom and right margins, requires some special code. Put <style type="text/css"><!--body { margin: 0; padding: 0 } --></style> above the <HEAD> tag in your page. The only problem you have now is at the right of your page. The problem here is that your image simply isn't wide enough to reach the edge of the page on 1024x768 resolution. If you make it wider, it will be too wide for 800x600 resolutions. Other than making a repeating element (which won't work here), the best option would be to leave it as it is. This is the most common strategy for solving this problem. Maybe give the unused part of the page a slightly different background colour.