PC Review


Reply
Thread Tools Rate Thread

Centering page within browser - FP 2003

 
 
=?Utf-8?B?c291bHNwaW4=?=
Guest
Posts: n/a
 
      21st Jan 2005
How do I center all of my web content within the page in FrontPage 2003? When
previewed it's left justified. What am I missing?
 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      21st Jan 2005
You don't center the page necessarily. What you do is create a table of the
desired width, place all your contents in the table, then set the alignment
of the table to be centered.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage


"soulspin" <(E-Mail Removed)> wrote in message
news:22DD03C3-F22C-4C4F-ABCC-(E-Mail Removed)...
> How do I center all of my web content within the page in FrontPage 2003?
> When
> previewed it's left justified. What am I missing?



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      21st Jan 2005
Or use CSS to center things -

Here is a good demonstration -

http://www.roast-horse.com/tutorials...ent/index.html

And here is some code -

(inline styles used for clarity)

STYLESHEET -
body { text-align:center; } /* for IE5/IE5.5 */
#wrapper { text-align:left; }

BODY -
<div id="wrapper" style="width:760px; top:0; margin:0 auto;
position:relative;">
<div id="layer1" style="width:200px; top: 25px; left:140px;
position:absolute;">blah</div>
<div id="layer2" style="width:180px; top: 136px; left:23px;
position:absolute;">blah</div>
</div>

Try that - an outer relatively positioned division with a width and auto
left and right margins. All interior AP divisions will be centered, yet
retain the
same relative positioning.


--
Murray

"Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You don't center the page necessarily. What you do is create a table of
> the desired width, place all your contents in the table, then set the
> alignment of the table to be centered.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
>
> "soulspin" <(E-Mail Removed)> wrote in message
> news:22DD03C3-F22C-4C4F-ABCC-(E-Mail Removed)...
>> How do I center all of my web content within the page in FrontPage 2003?
>> When
>> previewed it's left justified. What am I missing?

>
>



 
Reply With Quote
 
Guest
Posts: n/a
 
      21st Jan 2005
go to edit>>>select all then click on the center icon
which is the same icon used for positioning in word

looks a bit like this

________
_____
________
_____
________
_____
________

the easiest way to do it if you dont know how to use
tables or css
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Div Centering Problem Sylv Microsoft ASP .NET 6 29th May 2009 02:47 PM
Centering my page(s) in the Browser window? Cody21 Microsoft Frontpage 2 29th Mar 2007 03:52 PM
Simple centering on browser =?Utf-8?B?Y2hpcF9weXA=?= Microsoft Frontpage 1 9th Feb 2006 01:14 PM
Centering Website in Browser JamesA Microsoft Frontpage 5 1st May 2004 09:23 PM
FP 2003-advice needed on browser compatibility-Autostretch and centering =?Utf-8?B?RGFu?= Microsoft Frontpage 10 8th Feb 2004 03:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:13 PM.