S
santel
Hi All,
I have two tables one inside the other. Just like
<table height="100" id="outerTable">
<tr>
<td>
<table id="innerTable">
<tr><td>News</td></tr>
</table>
</td>
</tr>
</table>
What I need is, I want the inner table height should be the same as
outertable. But I won't specify the height directly in the innertable.
I tried with height="100%". But it is not working. Anyone can suggest
me plz.
I have two tables one inside the other. Just like
<table height="100" id="outerTable">
<tr>
<td>
<table id="innerTable">
<tr><td>News</td></tr>
</table>
</td>
</tr>
</table>
What I need is, I want the inner table height should be the same as
outertable. But I won't specify the height directly in the innertable.
I tried with height="100%". But it is not working. Anyone can suggest
me plz.