hi,
I want to set my web site to be appear in fix size in different resolutions.
Don't know hw to do it...
thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Aug 29, 2009, 6:32 AM
you can do this with CSS .
In CSS you can set margin and padding .
by this two thing you can get this type of functionality.
create DIV tag for body part
set div align to center .
Set Left and Right margin to equal that will make your HTML Body In Center of Page .
Thnks :)
on more thing take a look at different CSS layout that are freely available with such type of Structure
here is link for free css layouts .Download One you like and See its CSS File so you can get better idea :)
http://www.free-css.com/free-css-layouts/page1.php
dont forget to mark "Do you like answer" please it will give me credits :)
fitUOM UOMPosted Aug 29, 2009, 6:04 AM
Roei BarPosted Aug 29, 2009, 4:35 AM
Pawan JajooPosted Aug 29, 2009, 12:12 AM
Did you tried putting Height and Width of your page in percentage as Height="80%" Width="80%"
Thanks