How do I center align my entire web page?

G

Guest

I am not real familiar with Front Page, I have the 2003 version. But I would
like to center align my entire web page, so what ever size the resolution is,
the page is always centered. How do I do this?
 
M

Mark Fitzpatrick

What developers typically do is create a table and then set the alignment of
the table to be center, this way the table will always stick in the middle.
You can set the table so it is a percentage of the width of the browser
window, or set it to be a specific size so that it will always appear in a
uniform manner within the page. If you are developing with a small monitor
or running at a low resolution such as 800x600, I would advise using a fixed
width table. Using percentages will make a page really distort for users who
have higher resolution monitors unless the layout is carefully crafted
(which can be tricky to say the least).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top