I have several websites I'd like to update. I like the look of a page
centered on the screen, like this: www.noteworthyevents.com

I believe it's set up this way by fixing the resolution size of the page and
centering the frame.

I'd like to redesign my own business site to appear on the screen like this
example. My site is www.wordartsolutions.com. It was created using FP's
Corporate Presence template.

Is there a way to format my pages so that they appear centered on all
screens and browsers?

Re: Centering page on screen by P

P
Thu Jun 22 12:57:09 CDT 2006

The simplest way is to put all of the content in a single-cell table, set to
a width of about 780 pixels, and center the table.


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

"Cabby" <BassInk(nospam)@aol.com> wrote in message
news:5353CDFF-B8D3-47E9-87A5-C0AA2ECE67DE@microsoft.com...
>I have several websites I'd like to update. I like the look of a page
> centered on the screen, like this: www.noteworthyevents.com
>
> I believe it's set up this way by fixing the resolution size of the page
> and
> centering the frame.
>
> I'd like to redesign my own business site to appear on the screen like
> this
> example. My site is www.wordartsolutions.com. It was created using FP's
> Corporate Presence template.
>
> Is there a way to format my pages so that they appear centered on all
> screens and browsers?



Re: Centering page on screen by BassInk(nospam)

BassInk(nospam)
Thu Jun 22 13:21:03 CDT 2006

Thanks, P@tty. I rather figured this was the case, but these websites are
currently designed using a FP template. Is there a way I can addess the style
sheets so that I can do this.

Or, do I need to begin from scratch?

"P@tty Ayers" wrote:

> The simplest way is to put all of the content in a single-cell table, set to
> a width of about 780 pixels, and center the table.
>
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
> "Cabby" <BassInk(nospam)@aol.com> wrote in message
> news:5353CDFF-B8D3-47E9-87A5-C0AA2ECE67DE@microsoft.com...
> >I have several websites I'd like to update. I like the look of a page
> > centered on the screen, like this: www.noteworthyevents.com
> >
> > I believe it's set up this way by fixing the resolution size of the page
> > and
> > centering the frame.
> >
> > I'd like to redesign my own business site to appear on the screen like
> > this
> > example. My site is www.wordartsolutions.com. It was created using FP's
> > Corporate Presence template.
> >
> > Is there a way to format my pages so that they appear centered on all
> > screens and browsers?
>
>
>

Re: Centering page on screen by P

P
Thu Jun 22 14:23:32 CDT 2006

Depending upon what's in the pages, it might or might not work to just wrap
it all in a table. It might be best to start from scratch if you're not
sure..


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



"Cabby" <BassInk(nospam)@aol.com> wrote in message
news:50BBAD60-2BFB-4586-A635-04D36AE4BBE1@microsoft.com...
> Thanks, P@tty. I rather figured this was the case, but these websites are
> currently designed using a FP template. Is there a way I can addess the
> style
> sheets so that I can do this.
>
> Or, do I need to begin from scratch?
>
> "P@tty Ayers" wrote:
>
>> The simplest way is to put all of the content in a single-cell table, set
>> to
>> a width of about 780 pixels, and center the table.
>>
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --
>>
>> "Cabby" <BassInk(nospam)@aol.com> wrote in message
>> news:5353CDFF-B8D3-47E9-87A5-C0AA2ECE67DE@microsoft.com...
>> >I have several websites I'd like to update. I like the look of a page
>> > centered on the screen, like this: www.noteworthyevents.com
>> >
>> > I believe it's set up this way by fixing the resolution size of the
>> > page
>> > and
>> > centering the frame.
>> >
>> > I'd like to redesign my own business site to appear on the screen like
>> > this
>> > example. My site is www.wordartsolutions.com. It was created using FP's
>> > Corporate Presence template.
>> >
>> > Is there a way to format my pages so that they appear centered on all
>> > screens and browsers?
>>
>>
>>



Re: Centering page on screen by Murray

Murray
Thu Jun 22 15:10:28 CDT 2006

If you are using a theme, then your job will be much harder - you will have
to actually edit the theme to produce a variant with centered content, and
then apply that variant to your pages. I think.

--
Murray
--------------
MVP FrontPage


"Cabby" <BassInk(nospam)@aol.com> wrote in message
news:50BBAD60-2BFB-4586-A635-04D36AE4BBE1@microsoft.com...
> Thanks, P@tty. I rather figured this was the case, but these websites are
> currently designed using a FP template. Is there a way I can addess the
> style
> sheets so that I can do this.
>
> Or, do I need to begin from scratch?
>
> "P@tty Ayers" wrote:
>
>> The simplest way is to put all of the content in a single-cell table, set
>> to
>> a width of about 780 pixels, and center the table.
>>
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --
>>
>> "Cabby" <BassInk(nospam)@aol.com> wrote in message
>> news:5353CDFF-B8D3-47E9-87A5-C0AA2ECE67DE@microsoft.com...
>> >I have several websites I'd like to update. I like the look of a page
>> > centered on the screen, like this: www.noteworthyevents.com
>> >
>> > I believe it's set up this way by fixing the resolution size of the
>> > page
>> > and
>> > centering the frame.
>> >
>> > I'd like to redesign my own business site to appear on the screen like
>> > this
>> > example. My site is www.wordartsolutions.com. It was created using FP's
>> > Corporate Presence template.
>> >
>> > Is there a way to format my pages so that they appear centered on all
>> > screens and browsers?
>>
>>
>>



Re: Centering page on screen by Thomas

Thomas
Fri Jun 23 07:06:21 CDT 2006

If the sites are currently using FP themes w/ shared borders, you will not be able to center the
entire page content on the page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
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.
==============================================

"Cabby" <BassInk(nospam)@aol.com> wrote in message
news:50BBAD60-2BFB-4586-A635-04D36AE4BBE1@microsoft.com...
> Thanks, P@tty. I rather figured this was the case, but these websites are
> currently designed using a FP template. Is there a way I can addess the style
> sheets so that I can do this.
>
> Or, do I need to begin from scratch?
>
> "P@tty Ayers" wrote:
>
>> The simplest way is to put all of the content in a single-cell table, set to
>> a width of about 780 pixels, and center the table.
>>
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --
>>
>> "Cabby" <BassInk(nospam)@aol.com> wrote in message
>> news:5353CDFF-B8D3-47E9-87A5-C0AA2ECE67DE@microsoft.com...
>> >I have several websites I'd like to update. I like the look of a page
>> > centered on the screen, like this: www.noteworthyevents.com
>> >
>> > I believe it's set up this way by fixing the resolution size of the page
>> > and
>> > centering the frame.
>> >
>> > I'd like to redesign my own business site to appear on the screen like
>> > this
>> > example. My site is www.wordartsolutions.com. It was created using FP's
>> > Corporate Presence template.
>> >
>> > Is there a way to format my pages so that they appear centered on all
>> > screens and browsers?
>>
>>
>>