How can I center my entire webpage on the screen in FP?

C

Chris

Does anyone know of a way to do this? Im not talking about text or pictures
individually, but the page as a whole. Centered instead of left aligned.

Thanks for any assistance.
 
T

Tom Pepper Willett

Use centered tables to layout your pages.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Does anyone know of a way to do this? Im not talking about text or
pictures
| individually, but the page as a whole. Centered instead of left aligned.
|
| Thanks for any assistance.
 
T

Thomas A. Rowe

But you can not use themes or shared border and also then center the page.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
K

Kevin Spencer

Click and drag the title bar of the browser window until it is centered in
the screen.

;-)

--
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
T

Thomas A. Rowe

If you use theme, shared borders, absolute positioning (VML Graphics, which you are using) then you
will not be able to center your page, as the position would change based on the used browser window
size, etc.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

Build the site within a table. Centre the table and make the width less than the
screen width - other posts suggest something like 750 pixels. or if you set a %
say 80%. (only a suggestion - you'll have to play around with it).
 
A

Andrew Murray

refer Tom Willett's reply -build a page within a TABLE then centre the table.
 
A

Andrew Murray

but you can do the layout (centred table) and then apply a theme, can't you? or
will it reset everything?
I thought themes just applied colours, bullets, backgrounds, horizontal lines and
nav bars in the particular design you choose; not interfere with your actual
layout of the page.
 
T

Thomas A. Rowe

Not if using a theme that also uses shared borders or if using absolute positioning.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

Chris

Thanks for your input I appreciate it!!

Andrew Murray said:
Build the site within a table. Centre the table and make the width less than the
screen width - other posts suggest something like 750 pixels. or if you set a %
say 80%. (only a suggestion - you'll have to play around with it).
 
Top