I have a table problem where in table (A) and any tables under gets longer, links and content in table (B ) doesn't stay aligned to top, the whole content in table (B) and any others appears away from the top, even in the middle so the top part becomes blank
I'd like the content in A as well as B stay on the top and no blank spaces appear on the top of them
I'll appreciate any quick fix for this issue
kind regards
Here's the problematic table I have
Quote:
<table width="79%" height="100%" border="0">
<tr>
<td width="63%" scope="col">A</td>
<td width="37%" rowspan="3" >B<br />
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td scope="row"><table width="100%" border="0" >
<tr>
<td width="230">
</td>
<td width="230"></td>
<td width="230" border="0"></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
</table>
|
Last edited by alexx; 11-14-2009 at 08:33 AM..
|