how do I format my pages so they are centered in any browser and .

F

FrankZHere

I'm not sure how this is done; or if it is possible with FP. Thanks in
advance for any help anyone can give.

Frank
 
T

Thomas A. Rowe

Can be done with CSS or place all page content into a table that is set to be centered.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
A

Andrew Murray

do you layout with tables; set the table position to centre, as opposed to
"left" or "right".
if its simple enough a site, then it should view OK in most browsers. Make
sure your table width is within the viewable area of your browser - set
width with a % setting (that way it will adjust to suit the screen
resolution setting of the user)
 
Top