Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
I am trying to create a web page that will work on 'most' screens, what is the best width to set?

(I am thinking 1024, would that be right).
Posted

1 solution

The Browser Display Statistics[^] page on w3schools.com says that 20% of users are using 1024x768, so I'd say that's the one to go with. :)

I once heard that 800x600 was the recommended 'universal' resolution, but according to that page, only 1% are using that resolution.
 
Share this answer
 
Comments
Dalek Dave 26-May-10 15:28pm    
Thanks, I just needed a second opinion on what I was thinking about doing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900