I have this senerio where i cut an example out of my html of what i a trying to accomplish. I have a table embeded into a second table. With the second embeded table is there any way to declare a height of 100% of the cell it is emeded in. I know the with will work with a width=100% but how do you set the height up.
<table><tr>
<td>
<tableid=table2 height=100%><tr><td>hello</td></tr></table>
</td>
<td> <br><br><br><br><br><br>
</td>
</tr>
</table>