Fixed HTML Page Size?

Hey,

A lot of people say my webpage adjusts to screen size etc.I am a newbie to this but i would like to make my site a fixed size to be preivewed in all browsers/screens etc.

Could someone explain (Simple english) to me how i go about doing this?

Also what size is recommended?

Thanks:D

Sam
 
You could use some adaptive CSS: Adaptive

Start of with your browser full-width, then slowly start making the browser window narrower, see what happens?
It does 1024px+, then 800–1024px, then down to mobile.
 
Another option would be a fluid width, so the page always scales to a percentage of the browser window. Normally this would be used with a min-width though, which can be ignored by some browsers. :)
 
Back
Top