|
Hmm from what I can tell just by adding a row ? Build the table like you want to ?
<code>
<table width="xx" border="xx" cellspacing="xx" cellpadding="xx">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</code>
Or I could've misunderstood your problem ...
|