Screen Resolution

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

Guest

I have created a Website in FrontPage using screen resolution of 1024 x 768.
When clients with a screen resolution of 800 x 600 look at the site, the
graphics and some of the text are not in the right position.
How do I overcome that?

Thanks
Simona
 
The best thing is to create a table that is X pixels wide (being a size just
big enough to fit within the browser if you subtract for the page margin,
scrollbar, and the edges of the browser, say subtract at least 40 pixels).
The table only needs 1 cell and you place the rest of your content within
it. This gives you a canvas of a definite size to work with. Users with
smaller screen resolutions will, of course, be forced to scroll to see more,
but at least things will look better.
 
The easiest way is to put your content inside of tables that have a fixed
width (ex: 790) and then everything will stay in place regardless of the
resolution.
 
Back
Top