Page 1 of 1

how to set up the size of web page

Posted: Tue Apr 08, 2008 9:15 pm
by lilili
I am designing a html page for smartphone.
since the screen size of smarthphone is small,
I need to create a small page.
I know how to set the width and hight of some gif.file, tables...
but do not know how to set the size of the whole page.
Can anybody give me some information?
Thanks.

Re: how to set up the size of web page

Posted: Tue Apr 08, 2008 10:30 pm
by Christopher
You can set the width and height of the body element. They are typically set to 100% so you should not need to set it.