✔ 最佳答案
The only way I could get this to work is to enter new tables in the cells where you have the boxes. I this way, you can simply adjust the padding value in the lower box to put some distance between the two boxes in the same column. The code looks like this;
<table width="100%" style="margin-top:5px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="232" height="189" valign="top"><table width="232" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="1" width="100%" height="188">
<tr>
<td background="
http://www.pics.ivoog.com/b001.gif"> </td>
</tr>
</table>
</td>
<td rowspan="2" valign="top"><table width="99%" style="border-top:2px; border-bottom:2px; border-top-style:solid; border-bottom-style:solid; margin-top:2px; margin-left:10px; border-color:#FFCC00; background-color:#FFEDA3" cellpadding="2" cellspacing="0">
<tr>
<td nowrap="nowrap"><span class="style3">User Agreement</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="232" height="189" valign="top" style="padding-top: 5px">
<table border="0" cellpadding="0" cellspacing="1" width="100%" height="190">
<tr>
<td background="
http://www.pics.ivoog.com/b001.gif"> </td>
</tr>
</table>
</td>
</tr>
</table>
You will notice that the cells contained within the two separate tables must be given a height value. As long as this value is the same for both boxes, they look to appear identical on the page.