screen resolution

R

Ryan

I am producing my site in 800X600 resolution which works
fine. Then I change the resolution to 1024X768 and it
looks completely different. I noticed some web sites
look the exact same in both resolutions... almost like
they don't use the whole screen while in 1024X768. Is
there a way to do this?
 
G

Guest

Ryan said:
I am producing my site in 800X600 resolution which works
fine. Then I change the resolution to 1024X768 and it
looks completely different. I noticed some web sites
look the exact same in both resolutions... almost like
they don't use the whole screen while in 1024X768. Is
there a way to do this?

When the more knowledgeable people read this, I'm sure they will have a lot to add. Basically, it depends on your site content. If you use tables, try to set their width to something like 750 pixels (don't set it to a screen percentage). You can probably put your text and graphics in tables, where you can specify width in pixels. Turn the borders off, to make the tables "invisible". A little practice and I think you will be able to keep your 800 pixel wide goals.
 
W

Wally S

Put the content of your page in a table and set the width to 800 pixels or
750 pixels, whichever looks better.

Wally S
 
A

Andrew Murray

if you're using tables for layout, use the width dimensions as a percent, which
expands and contracts the tables depending on the resolutions used by viewers.
 
A

Andrew Murray

Specify your table widths as a percent, not pixels i.e. 60% of 800x600 or
1024x768 is still 60%. but 600 pixels width will be different at either
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

Top