
17th July 2007, 03:00 AM
|
|
Junior Member
|
|
Join Date: Jul 2007
Posts: 1
Credits: 0
|
|
HTML Table Sizing?
I am working on a website and I am using a table for the site. I size up the website in Dreamweaver, and it looks perfect. But when I load it in Internet Explorer it seems to ignore the sizes I have inputed. I have the entire table set to have a height=100% and a width=100%, and that works perfect. It's the cell sizes that it seems to ignore.Anyone have any clue what is wrong?I used CSS to make the table height 100%.html, body, #wrapper {height:100%;margin: 0;padding: 0;border: none;text-align: center;}#wrapper {background-color: #ccccff;margin: 0 auto;text-align: left;vertical-align: middle;width: 100%;}
|