【发布时间】:2014-09-15 20:50:09
【问题描述】:
我有一封带桌子的电子邮件。我想在顶部添加虚线边框,但在 Outlook 2013 中没有显示虚线边框。
我的 HTML 代码:
<table width="700" style="border-collapse: collapse;">
<tr>
<td style="padding: 5px 0; border-top-width: 1px; border-top-color: #000; border-top-style: solid;" width="25%">Naam lid 1: Test 1</td>
<td width="25%" style="border-top-width: 1px; border-top-color: #000; border-top-style: solid;"></td>
<td width="25%" style="border-top-width: 1px; border-top-color: #000; border-top-style: solid;"></td>
<td width="25%" style="border-top-width: 1px; border-top-color: #000; border-top-style: solid;"></td>
</tr>
<tr>
<td width="25%">Ban lid 1: joro</td>
<td width="25%"></td>
<td width="25%"></td>
<td width="25%"></td>
</tr>
<tr>
<td style="border-top-width: 1px !important; border-top-color: black !important; border-top-style: dashed !important;">
<div style="font-weight: bold; text-align: left;" align="left">T-shirt</div>
</td>
<td style="border-top-width: 1px !important; border-top-color: black !important; border-top-style: dashed !important;">
<div style="font-weight: bold; text-align: left;" align="left">Trui</div>
</td>
<td style="border-top-width: 1px !important; border-top-color: black !important; border-top-style: dashed !important;">
<div style="font-weight: bold; text-align: left;" align="left">Sjaaltje</div>
</td>
<td style="border-top-width: 1px !important; border-top-color: black !important; border-top-style: dashed !important;"></td>
</tr>
</table>
任何人的想法,为什么它没有显示,甚至可以在 Outlook 中显示虚线边框吗?
【问题讨论】: