View Single Post
  #2 (permalink)  
Old Apr 23rd, 2008, 20:29
frinkky's Avatar
frinkky frinkky is offline
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 271
Blog Entries: 2
Thanks: 2
Thanked 2 Times in 2 Posts
Send a message via MSN to frinkky Send a message via Skype™ to frinkky
Re: Is there a html code to make a page a certain size

You can either have a liquid layout so it resizes to the size of the browser or a fixed width size. If you're going fixed width go for a size thats generally supported by the majority of internet users, for instance go 1000px wide for a minimum screen resolution of 1024px * 768px (the missing 24px allows space for the scrollbar and browser border). Both methods would be controlled in your css file.

It used to be a case of setting up fixed width sites for 800px *600px users, but web stats show us the majority of users use 1024px * 768px or higher. Check them out here: http://www.w3schools.com/browsers/browsers_display.asp
Reply With Quote