html - Microsoft Outlook 2016 上的白色边框

标签 html css html-email

几乎每个浏览器的 Mail Clients 看起来都不错,但在 Microsoft outlook 2016 上了解更多文本后有点白边!

这是截图

enter image description here

示例代码

<table class="mcnButtonBlock" style="min-width:100%;" width="100%" cellspacing="0" cellpadding="0" border="0">
  <tbody class="mcnButtonBlockOuter">
    <tr>
      <td style="padding-top:0;padding-right:18px;padding-bottom:18px;padding-left:18px;" class="mcnButtonBlockInner" valign="top" align="left">
        <table class="mcnButtonContentContainer" style="border-collapse:separate !important;border:2px none #9E8B5B;border-radius:0px;background-color:#54534A;" cellspacing="0" cellpadding="0" border="0">
          <tbody>
            <tr>
              <td class="mcnButtonContent" style="font-family:'Times New Roman', Times, Baskerville, Georgia, serif;font-size:13px;padding:13px;" valign="middle" align="center">
                <a class="mcnButton" title="LEARN MORE" href="https://www.ihg.com/intercontinental/hotels/gb/en/dhaka/dachb/hoteldetail/meetings-events#scmisc=nav_meetings-events_ic" target="_blank" style="font-weight:normal;letter-spacing:normal;line-height:100%;text-align:center;text-decoration:none;color:#CBC5BE;">LEARN MORE</a>
              </td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>

最佳答案

将此添加到您的tr:

<tr style="background-color:#54534A;">

关于html - Microsoft Outlook 2016 上的白色边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53593423/

相关文章:

c# - Telerik GridNumericColumn方向问题

html - 不同 block 中的标题文本没有响应

css - 标题设计问题中的链接

css - Gmail 对媒体查询的支持受位置限制?

html - 编写 HTML 电子邮件时的最佳实践和注意事项

html - 导航栏被以下文本覆盖

javascript - Grunt 将外部 JS 编译成内联 HTML

html - 谷歌字体无法使用

在 Outlook 桌面中从底部开始的 HTML 电子邮件表

javascript - 当 Canvas 宽度改变时, Canvas 线宽也会改变