|
I just had a look at your page and it seems that the problem is that your whole site is inside a layer (<DIV> tag) which was positioned in the top left corner of the page. Becuase of this, when you centered your content, it centered inside the layer, but as the layer was smaller than the browser window, it did not appear this way.
I removed the layer and centered the table, and got the result shown in the attatched file. Unfortunately, this meant that a lot of your content was misaligned.
Although this isn't the site review forum, I'd like to suggest that you take a look at your code and maybe make a few changes to it. I know its just a development design at the moment, so it doesn't really matter, but when you finish setting it up you should tidy it all up a bit. You've got about 5 <body> tags, and this could cause quite a lot of problems in some browsers.
Back to your problem of centering the site, though, it might work better if you decide to use either layers or tables but not both. Quite often you'll have desing problems (like the one you have experienced) which mixing the two.
Hope that solves the problem.
__________________
Please login or register to view this content. Registration is FREE - Everything a webmaster needs - for free
Please login or register to view this content. Registration is FREE - Free web hosts reviewed and rated
Please login or register to view this content. Registration is FREE - Impartial hosting directory - Add your host today for FREE
|