WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Centering Website on all Monitors

 
   Home -> Office other -> Programming RSS
Next:  mocrosoft frontPage 2003  
Author Message
BillA

External


Since: Aug 29, 2006
Posts: 7



(Msg. 1) Posted: Thu Dec 11, 2008 12:40 pm
Post subject: Centering Website on all Monitors
Archived from groups: microsoft>public>frontpage>programming (more info?)

I am trying to be the Webmaster for our church. Our website works pretty
well but the number one complaint that I get is how it appears on their
screen. With all of the wide screen and high resolution monitors out there
now. How do you make you website appear first of all in the middle of the
screen on all monitors and can the text or font size change for different
resolution.

thanks for any help, this dummy can use all he can get!!
Back to top
Login to vote
Murray

External


Since: Mar 10, 2008
Posts: 165



(Msg. 2) Posted: Thu Dec 11, 2008 8:23 pm
Post subject: Re: Centering Website on all Monitors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> How do you make you website appear first of all in the middle of the
> screen on all monitors and can the text or font size change for different
> resolution.

You do the first task by building the page in a fixed width, centering
container - that'd be either a div or a table. There is no way you can
prevent the text from being resized by the visitor, but I don't think you'd
want to make it resize automatically.

And by the way, there is no resolution issue involved here - the issues you
describe are all related to the browser viewport width on any resolution. A
given web page will look exactly the same on all resolutions provided the
browser viewport width is kept the same.

--
Murray
MVP Expression Web


"BillA" <BillA.DeleteThis@discussions.microsoft.com> wrote in message
news:105D7A9E-0299-4C91-8F64-B816EC891E0C@microsoft.com...
>I am trying to be the Webmaster for our church. Our website works pretty
> well but the number one complaint that I get is how it appears on their
> screen. With all of the wide screen and high resolution monitors out
> there
> now. How do you make you website appear first of all in the middle of the
> screen on all monitors and can the text or font size change for different
> resolution.
>
> thanks for any help, this dummy can use all he can get!!
Back to top
Login to vote
BillA

External


Since: Aug 29, 2006
Posts: 7



(Msg. 3) Posted: Sun Dec 14, 2008 9:14 am
Post subject: Re: Centering Website on all Monitors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Murray.
I think I'm going to start over. Trying to make my current site do that may
be more than I want at this point.

Thanks again for the quick response
Billa

"Murray" wrote:

> > How do you make you website appear first of all in the middle of the
> > screen on all monitors and can the text or font size change for different
> > resolution.
>
> You do the first task by building the page in a fixed width, centering
> container - that'd be either a div or a table. There is no way you can
> prevent the text from being resized by the visitor, but I don't think you'd
> want to make it resize automatically.
>
> And by the way, there is no resolution issue involved here - the issues you
> describe are all related to the browser viewport width on any resolution. A
> given web page will look exactly the same on all resolutions provided the
> browser viewport width is kept the same.
>
> --
> Murray
> MVP Expression Web
>
>
> "BillA" <BillA DeleteThis @discussions.microsoft.com> wrote in message
> news:105D7A9E-0299-4C91-8F64-B816EC891E0C@microsoft.com...
> >I am trying to be the Webmaster for our church. Our website works pretty
> > well but the number one complaint that I get is how it appears on their
> > screen. With all of the wide screen and high resolution monitors out
> > there
> > now. How do you make you website appear first of all in the middle of the
> > screen on all monitors and can the text or font size change for different
> > resolution.
> >
> > thanks for any help, this dummy can use all he can get!!
>
>
Back to top
Login to vote
Murray

External


Since: Mar 10, 2008
Posts: 165



(Msg. 4) Posted: Sun Dec 14, 2008 1:24 pm
Post subject: Re: Centering Website on all Monitors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Good luck!

--
Murray
MVP Expression Web


"BillA" <BillA RemoveThis @discussions.microsoft.com> wrote in message
news:4017350E-585E-4A5E-A663-7FE0B8FE8313@microsoft.com...
> Thanks Murray.
> I think I'm going to start over. Trying to make my current site do that
> may
> be more than I want at this point.
>
> Thanks again for the quick response
> Billa
>
> "Murray" wrote:
>
>> > How do you make you website appear first of all in the middle of the
>> > screen on all monitors and can the text or font size change for
>> > different
>> > resolution.
>>
>> You do the first task by building the page in a fixed width, centering
>> container - that'd be either a div or a table. There is no way you can
>> prevent the text from being resized by the visitor, but I don't think
>> you'd
>> want to make it resize automatically.
>>
>> And by the way, there is no resolution issue involved here - the issues
>> you
>> describe are all related to the browser viewport width on any resolution.
>> A
>> given web page will look exactly the same on all resolutions provided the
>> browser viewport width is kept the same.
>>
>> --
>> Murray
>> MVP Expression Web
>>
>>
>> "BillA" <BillA RemoveThis @discussions.microsoft.com> wrote in message
>> news:105D7A9E-0299-4C91-8F64-B816EC891E0C@microsoft.com...
>> >I am trying to be the Webmaster for our church. Our website works
>> >pretty
>> > well but the number one complaint that I get is how it appears on their
>> > screen. With all of the wide screen and high resolution monitors out
>> > there
>> > now. How do you make you website appear first of all in the middle of
>> > the
>> > screen on all monitors and can the text or font size change for
>> > different
>> > resolution.
>> >
>> > thanks for any help, this dummy can use all he can get!!
>>
>>
Back to top
Login to vote
Artb

External


Since: Jan 23, 2009
Posts: 1



(Msg. 5) Posted: Fri Jan 23, 2009 10:37 am
Post subject: RE: Centering Website on all Monitors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"BillA" wrote:

> I am trying to be the Webmaster for our church. Our website works pretty
> well but the number one complaint that I get is how it appears on their
> screen. With all of the wide screen and high resolution monitors out there
> now. How do you make you website appear first of all in the middle of the
> screen on all monitors and can the text or font size change for different
> resolution.
>
> thanks for any help, this dummy can use all he can get!!
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Programming All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support