On the nested table remove width="100%" and change #contentTable to:
#contentTable td {
padding: 5px;
width: 583px;
}
I think the width is the correct value and I'm assuming your not using #contentTable anywhere else.
You also have broken and depreciated tags in your page.
I noticed the table is a 3 column table, but you always seem to merge the 2 right most columns, therefore I'd change the table to a 2 column it will make it simpler to find bugs.
I note that you have a lot of white space down both sides of your content area, this make the display area required bigger than 800x600.
So glad I don't use tables for layout any more.
|