【问题标题】:No dashed border Outlook HTML email没有虚线边框 Outlook HTML 电子邮件
【发布时间】: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 中显示虚线边框吗?

【问题讨论】:

    标签: html email outlook


    【解决方案1】:

    显然 !importantstatement 在 Outlook 中失败,删除它解决了问题。

    【讨论】:

      猜你喜欢
      • 2013-08-20
      • 1970-01-01
      • 1970-01-01
      • 2013-10-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-20
      • 2021-11-12
      相关资源
      最近更新 更多