Layouts..
What would be the appropriate size to use for a layout that would fit mostly any screen size? And if regardless it wouldn't fit, that is there a way to center your layout?
Thanks for anyone who helps
What would be the appropriate size to use for a layout that would fit mostly any screen size? And if regardless it wouldn't fit, that is there a way to center your layout?
Thanks for anyone who helps
Suzanne posted this at 17:21 — 30th May 2004.
She has: 5,507 posts
Joined: Feb 2000
fluid = 100%
set size ~= 750px
align center, margins to auto, depending on the code you're using.
Genuine Angel posted this at 19:04 — 30th May 2004.
They have: 6 posts
Joined: May 2004
Thanks, so im guessing there is no size that would fit any screen?
Suzanne posted this at 19:16 — 30th May 2004.
She has: 5,507 posts
Joined: Feb 2000
100% would fit any screen... Of course, you wouldn't be able to use any images or long words... 750px will fit most screen sizes, but it will be quite narrow on larger monitors with browsers set to full-screen.
Is there another way I can explain this so it makes sense? Do you have a set audience or resolution you need to address? More details would let us help you better.
Genuine Angel posted this at 22:26 — 30th May 2004.
They have: 6 posts
Joined: May 2004
Well my screen is a 1024x768. But I'd want to have a layout that won't look to huge for a 800x600 res.
Suzanne posted this at 23:32 — 30th May 2004.
She has: 5,507 posts
Joined: Feb 2000
You shouldn't go wider than 750px wide, then. Many sites either go fluid (so it will resize to almost any screen width -- though you will have problems with line lengths and readability) or a set width (750px) with a nice background for higher resolutions.
Genuine Angel posted this at 16:21 — 31st May 2004.
They have: 6 posts
Joined: May 2004
Oh ok. Thanks .
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.