为什么 html 电子邮件样板中的行高为 100%

发布于 2024-12-21 00:35:57 字数 305 浏览 4 评论 0原文

html 电子邮件样板 中,有一个为包装器提供的 #backgroundTable id。标题中的行高属性设置为 100%,这最终会使电子邮件中的所有文本开始相互重叠,

#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}

为什么他们要这样做?它似乎并没有增强电子邮件。

in the html email boilerplate, there is a #backgroundTable id given to the wrapper. the line height property is set to 100% in the head, which ends up making all the text in the email start to overlap with each other

#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}

why would they do this? it doesn't seem to enhance the email.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最美的太阳 2024-12-28 00:35:57

从您链接到的网站:

.ExternalClass, ... {
      line-height: 100%;
 } /* Force Hotmail to display normal line spacing.  
 More on that: http://www.emailonacid.com/forum/viewthread/43/ */

From the website you linked to:

.ExternalClass, ... {
      line-height: 100%;
 } /* Force Hotmail to display normal line spacing.  
 More on that: http://www.emailonacid.com/forum/viewthread/43/ */
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文