Centered Web Site

  • Thread starter Thread starter Sarah
  • Start date Start date
You really need to start over with a new page using tables to layout your page. Do NOT use any the
FP features from the drawing tool bar, as these features are not well supported in other browsers,
outside of IE running under Windows.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Sarah,

The table has properties which you can set to center in the browser window.
It seems that you set the absolute width property of the table so it seems
you know where to look. The property to center the table should be in the
same dialog.
 
I use CSS on wgtn.net to center a 1000 px wide presentation on all browsers.

Take a look at the CSS and div containers that I use and see if they may be
the answer to your needs.
 
Back
Top