left
The height of this area can be sized, over sized or filled, or over filled, but would not take any height percent parameter [ %]
In this case was sized as follows :
<td height=234 width=26%>
This nested green bordered table instead was so sized :
<table width=100% height=100%> |
and it expanded 100% into width and height of this cell.
Now if the text in this area exceeds height=234, then the cell will automatically grow in height, by carrying along the height of the whole row [rowspan]
|
|
ROWSPAN
[<td width=48% rowspan=2>]
This table will allow you to have fixed heights on sides'cells and a greater central area where to encode data from a database for example, or just make a particular alignment of the objects in this area, as it has been done in the next subframe.
Note that I aligned the central blue table content herein at the bottom to let see that it does not disappear into any wrong height percentage setting, so that if this content would grow out of the client-screen-height reserved to it, then the height of the table will stretch-adjust itself automatically to show till the last char of this text
[:-)]
:-)
|
|
[ <td width=26%> ]
right
This table's height is also "234" :<table height=234 width=100%>
,,, and it can be seen that the first left cell was filled over the height-defined size [234] and it shows all exceeding text.
|
|