|
| Hi! I have a table like the one in the end of message.
There are 4 rows merged on a colomn, were will be displayed dinamic
generated content, that could be very large. Those three static content
cell and the empty cell always have the same height. I want only the
empty cell height to increase when dinamic content is very large, the
static content 1-3 cell height to remain default. Please help me.
<table width="950" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td>static content1 </td>
<td rowspan="4">dinamic content here.</td>
</tr>
<tr>
<td>static content2</td>
</tr>
<tr>
<td>static content3</td>
</tr>
<tr>
<td>empty cell 1 </td>
</tr>
<tr>
<td>content</td>
<td>content</td>
</tr>
</table>
|
|