阻止Outlook 2013/2016显示空行

时间:2017-09-01 16:08:42

标签: html-email

我有一张表格,其中包含免责声明的占位符行。根据后端设置的免责声明数量填充这些内容。其他版本的Outlook在2013年和2016年都看起来很不错.Outlook 2013& 2016年显示空行,当我只有一个免责声明时,在免责声明和其下面的任何内容之间留下很大的差距。任何人都知道如何使outlook 2013/2016崩溃这些空单元格吗? 表格代码如下:

<table class="w320" width="640" cellpadding="0" cellspacing="0">

<!--Regular Disclaimers -->
<tr>
<td style="text-align:center; vertical-align:top;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top" ><span style="padding:2px;">*</span></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"><span style="padding:2;">Amount may change depending on available bonus offer and/or your use of coupons. </span></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" width="18" align="right" valign="top"></td>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height: 10px; color: #000000" align="left" valign="top"></td>
</tr>
</table>
</td>
</tr>
</table>

0 个答案:

没有答案