How do I get my webpage to display right in all screen resolution.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble with a webpage I designed for the school I work for. I
can not get it to display correctly on different resolution sizes. I was
told that there was nothing I could do about this...but I hope they are
wrong. Any ideas?
 
You can place all your content into a fixed-width table (say, 770 pixels
wide to ensure it fits for 800x600 resolution desktops). That way the page
has a constant boundary and won't stretch when the browser is widened or the
resolution is increased.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
The site is www.hsisd.net. I think that the problem might be on my homepage
with the news box that runs on the upper right of the page. I haven't seen
it because I was told about it yesterday, with the other 1,000 things my job
covers...I haven't go to it. Feel free to view the code and tell me what you
think. Thanks!
 
Hi Douglas,

youre using tables for layout, and your tables are set to a width of 760
pixels. You could set the width of the tables to 100% instead, which would
make the page stretch to fit the browser. However, be aware that this may
cause the content in the tables to shift when the cells resize, so test it
out and see if you're happy with it. There's really no reason why a static
layout, such as you already have, should be a problem. Liquid layout is
generally much more difficult to manage. But play with it, and see how it
goes.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
Back
Top