Screen Resolution

S

Simona

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
 
M

Mark Fitzpatrick

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.
 
D

David Berry

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top