My code looks like this:
<tr> <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="table1"> // 6 rows... <tr> <td> </td> </tr> </table></td> <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="table2"> // 2 rows... <tr> <td> </td> </tr> </table></td>
Is there a problem with setting the height of a table to 100% or am I just using it incorrectly? I've even tried changing the table heights within CSS (#table1, #table2 { height: 100%; } ), but no success there either...
Whats going on?
Any help is appreciated, thanks.
