PC Review


Reply
Thread Tools Rate Thread

center webpage in any browser/screensize on load

 
 
=?Utf-8?B?YWp3aGFsbA==?=
Guest
Posts: n/a
 
      22nd Jun 2006
I am trying to get my website to load up in the middle of the screen no
matter what the browser is or the screen size is. Can anyone please help?
 
Reply With Quote
 
 
 
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      22nd Jun 2006
Put your content in a table, center the table. The center is the center no
matter what the screen size. :-)


"ajwhall" <(E-Mail Removed)> wrote in message
news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
|I am trying to get my website to load up in the middle of the screen no
| matter what the browser is or the screen size is. Can anyone please help?


 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      22nd Jun 2006
This will only work if you are NOT using Layers, though....

If you are using layers, then you will have to take a different approach.

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


"Rob Giordano (Crash)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Put your content in a table, center the table. The center is the center no
> matter what the screen size. :-)
>
>
> "ajwhall" <(E-Mail Removed)> wrote in message
> news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
> |I am trying to get my website to load up in the middle of the screen no
> | matter what the browser is or the screen size is. Can anyone please
> help?
>
>



 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      22nd Jun 2006
<BODY style="text-align: center">
should take care of this



"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
: This will only work if you are NOT using Layers,
though....
:
: If you are using layers, then you will have to take a
different approach.
:
: --
: Murray
: --------------
: MVP FrontPage
:
:
: "Rob Giordano (Crash)" <(E-Mail Removed)>
wrote in message
: news:(E-Mail Removed)...
: > Put your content in a table, center the table. The
center is the center no
: > matter what the screen size. :-)
: >
: >
: > "ajwhall" <(E-Mail Removed)> wrote in
message
: >
news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
: > |I am trying to get my website to load up in the middle
of the screen no
: > | matter what the browser is or the screen size is. Can
anyone please
: > help?
: >
: >
:
:


 
Reply With Quote
 
=?Utf-8?B?VGF0?=
Guest
Posts: n/a
 
      22nd Jun 2006
Wouldn't you need a table within a table if some of the content is left or
right justified? The outer table would be center justified, with the inner
table holding the justification of each cell.
I've done this on a few pages I've built so far, and it works when I preview
it in browser mode with FP 2003, so I'm hoping it still works the same way
once it's published.

"ajwhall" wrote:

> I am trying to get my website to load up in the middle of the screen no
> matter what the browser is or the screen size is. Can anyone please help?

 
Reply With Quote
 
=?Utf-8?B?VGVhY2hlcjE=?=
Guest
Posts: n/a
 
      22nd Jun 2006
Whee do you insert this code, at the beginning or the end of the code page?

"Mike Mueller" wrote:

> <BODY style="text-align: center">
> should take care of this
>
>
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> : This will only work if you are NOT using Layers,
> though....
> :
> : If you are using layers, then you will have to take a
> different approach.
> :
> : --
> : Murray
> : --------------
> : MVP FrontPage
> :
> :
> : "Rob Giordano (Crash)" <(E-Mail Removed)>
> wrote in message
> : news:(E-Mail Removed)...
> : > Put your content in a table, center the table. The
> center is the center no
> : > matter what the screen size. :-)
> : >
> : >
> : > "ajwhall" <(E-Mail Removed)> wrote in
> message
> : >
> news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
> : > |I am trying to get my website to load up in the middle
> of the screen no
> : > | matter what the browser is or the screen size is. Can
> anyone please
> : > help?
> : >
> : >
> :
> :
>
>
>

 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      22nd Jun 2006
You would replace or modify the <body> tag that is currently
on the page, at the beginning of the page content.



"Teacher1" <(E-Mail Removed)> wrote in
message
news:830240F6-AC73-4A54-A3E4-(E-Mail Removed)...
: Whee do you insert this code, at the beginning or the end
of the code page?
:
: "Mike Mueller" wrote:
:
: > <BODY style="text-align: center">
: > should take care of this
: >
: >
: >
: > "Murray" <(E-Mail Removed)> wrote in
message
: > news:(E-Mail Removed)...
: > : This will only work if you are NOT using Layers,
: > though....
: > :
: > : If you are using layers, then you will have to take a
: > different approach.
: > :
: > : --
: > : Murray
: > : --------------
: > : MVP FrontPage
: > :
: > :
: > : "Rob Giordano (Crash)"
<(E-Mail Removed)>
: > wrote in message
: > : news:(E-Mail Removed)...
: > : > Put your content in a table, center the table. The
: > center is the center no
: > : > matter what the screen size. :-)
: > : >
: > : >
: > : > "ajwhall" <(E-Mail Removed)> wrote
in
: > message
: > : >
: >
news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
: > : > |I am trying to get my website to load up in the
middle
: > of the screen no
: > : > | matter what the browser is or the screen size is.
Can
: > anyone please
: > : > help?
: > : >
: > : >
: > :
: > :
: >
: >
: >


 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      22nd Jun 2006
Teacher-
I looked at your page source, and this is what you have:
<body background="school%20background.gif">

change it to this:
<body background="school%20background.gif"
style="text-align: center">


"Teacher1" <(E-Mail Removed)> wrote in
message
news:830240F6-AC73-4A54-A3E4-(E-Mail Removed)...
: Whee do you insert this code, at the beginning or the end
of the code page?
:
: "Mike Mueller" wrote:
:
: > <BODY style="text-align: center">
: > should take care of this
: >
: >
: >
: > "Murray" <(E-Mail Removed)> wrote in
message
: > news:(E-Mail Removed)...
: > : This will only work if you are NOT using Layers,
: > though....
: > :
: > : If you are using layers, then you will have to take a
: > different approach.
: > :
: > : --
: > : Murray
: > : --------------
: > : MVP FrontPage
: > :
: > :
: > : "Rob Giordano (Crash)"
<(E-Mail Removed)>
: > wrote in message
: > : news:(E-Mail Removed)...
: > : > Put your content in a table, center the table. The
: > center is the center no
: > : > matter what the screen size. :-)
: > : >
: > : >
: > : > "ajwhall" <(E-Mail Removed)> wrote
in
: > message
: > : >
: >
news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
: > : > |I am trying to get my website to load up in the
middle
: > of the screen no
: > : > | matter what the browser is or the screen size is.
Can
: > anyone please
: > : > help?
: > : >
: > : >
: > :
: > :
: >
: >
: >


 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      22nd Jun 2006
Definitely not. Sorry.

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


"Mike Mueller" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> <BODY style="text-align: center">
> should take care of this
>
>
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> : This will only work if you are NOT using Layers,
> though....
> :
> : If you are using layers, then you will have to take a
> different approach.
> :
> : --
> : Murray
> : --------------
> : MVP FrontPage
> :
> :
> : "Rob Giordano (Crash)" <(E-Mail Removed)>
> wrote in message
> : news:(E-Mail Removed)...
> : > Put your content in a table, center the table. The
> center is the center no
> : > matter what the screen size. :-)
> : >
> : >
> : > "ajwhall" <(E-Mail Removed)> wrote in
> message
> : >
> news:1839FF67-2AFE-4F97-A106-(E-Mail Removed)...
> : > |I am trying to get my website to load up in the middle
> of the screen no
> : > | matter what the browser is or the screen size is. Can
> anyone please
> : > help?
> : >
> : >
> :
> :
>
>



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      27th Jun 2006
No, you can justify the text within the table separately from the table. (go
to the Cell properties of that table for justify options top/bottom/middle
and left/centre/right etc


"Tat" <(E-Mail Removed)> wrote in message
news:A513A42B-BA1B-40CD-AAF9-(E-Mail Removed)...
> Wouldn't you need a table within a table if some of the content is left or
> right justified? The outer table would be center justified, with the
> inner
> table holding the justification of each cell.
> I've done this on a few pages I've built so far, and it works when I
> preview
> it in browser mode with FP 2003, so I'm hoping it still works the same way
> once it's published.
>
> "ajwhall" wrote:
>
>> I am trying to get my website to load up in the middle of the screen no
>> matter what the browser is or the screen size is. Can anyone please help?



 
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
Center webpage in browser Bill Microsoft Frontpage 3 22nd Jan 2009 01:53 AM
How do i center my webpage =?Utf-8?B?QmFmZmxlZCB3aXRoIGZvcm1z?= Microsoft Frontpage 1 12th Apr 2006 10:23 AM
Need help loading browser and dynamicaly generating webpage to load moondaddy Microsoft Dot NET Framework Forms 3 30th Apr 2005 07:40 AM
pics on my webpage will not center Microsoft Frontpage 5 5th Oct 2004 08:05 PM
Center Table on Webpage =?Utf-8?B?TWlzc3k=?= Microsoft Frontpage 4 16th Dec 2003 01:16 AM


Features
 

Advertising
 

Newsgroups
 


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