|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Jan 2004
Posts: 44
|
Dreamweaver Help
Im trying to bulid this website in dreamweaver im a bit of a novice, I want to make the webpage size 1024x1536 but the size found at the bottom it wont let me select the sizes. Does anyone know why they are blanked out or any code that I can use to size the page?
Thanks Jason |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
You don't need to set a specific size. Just learn how to use tables so the page can be automatically resized.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Nov 2004
Location: Flint, MI
Posts: 256
|
Like Force said just use tables. It you want the table to be 1024X1536 forever and always use
Code:
TABLE WIDTH=1024 HEIGHT=1536 (if they don't have a height attribute like I think use the following) TABLE WIDTH=1024 TR HEIGHT=1536 [treat in here like a body tag] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|