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.
how to set up the size of web page
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to set up the size of web page
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.
(#10850)