【发布时间】:2014-07-12 00:41:30
【问题描述】:
让我的 html 电子邮件在 Mac Mail 客户端上正确呈现时遇到问题。基本上,显示屏右侧会出现约 20 像素宽的白色条带。
这是我正在使用的 html:
<div style="padding:30px !important; height: 60px; border-bottom: 10px solid #07d7ed;">
<div style="width:100%">
<div style="float:left">Logo</div>
<div style="float:right">Some Text</div>
</div>
</div>
任何想法,为什么会这样?
【问题讨论】:
标签: macos padding html-email