Center webpage in browser

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I am using Frontpage 2003 and I have searched but haven't found a way to
center my webpages in the browser. With wide screen monitors it would look
better centered.
 
Simplest way is to build your pages in center aligned tables

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am using Frontpage 2003 and I have searched but haven't found a way to
| center my webpages in the browser. With wide screen monitors it would look
| better centered.
| --
| Bill
 
Use a div container for your page with the right and left margins set to
auto. Put the contents inside the <div> tags.

pat
 
Use a div container for your page with the right and left margins set to
auto. Put the contents inside the <div> tags.

For this to work you must also specify a width for the container.
 
Back
Top