HTML 友好的电子邮件客户端通常支持 CSS 样式表吗?

发布于 2024-11-30 17:11:39 字数 20 浏览 2 评论 0原文

或者我应该只使用内联样式?

Or should I just use inline styling?

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

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

发布评论

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

评论(4

耶耶耶 2024-12-07 17:11:39

不,不要使用样式表。使用内联样式。

请参阅此内容以获取一些信息 http://www.campaignmonitor.com/resources/

这解释了 CSS 是什么支持与否 http://www.campaignmonitor.com/css/

这里有一个模板可以帮助您开始了http://htmlemailboilerplate.com/

No do not use stylesheets. Use inline styles.

See this for some information http://www.campaignmonitor.com/resources/

This explains what CSS is supported or not http://www.campaignmonitor.com/css/

Here is a Template to get you started http://htmlemailboilerplate.com/

々眼睛长脚气 2024-12-07 17:11:39

这是关于谁支持的内容的很好指南 http://campaignmonitor.com/css/

请记住现在,iPhone 电子邮件客户端算是又一个具有相当 CSS 支持的客户端,因此,如果您的客户碰巧是 iPhone 用户,那么您可能很幸运。

Here's a good guide on what is supported by who http://campaignmonitor.com/css/

Keep in mind that now, the iPhone email client counts as one more that has a fair CSS support, so if your customers happen to be iPhone users, you might be in luck.

亣腦蒛氧 2024-12-07 17:11:39

我肯定会使用内联样式。有一段时间,我几乎将电子邮件视为 HTML 文档,并惨痛地了解到我的一些用户收到了空白电子邮件。

一个好的电子邮件客户端将支持外部 CSS,但如果您需要确保收件人能够阅读电子邮件,无论他们的客户端多么糟糕,那么请使用内联样式。

I'd definitely use inline styling. I was treating emails as pretty much HTML documents for a while and learned the hard way that some of my users were receiving blank emails.

A good email client will support external CSS, but if you need to be sure that the recipients will be able to read the email no matter how crappy thier client, then use inline styles.

じ违心 2024-12-07 17:11:39

有些做有些不做。一般来说,我发现最好只使用内联样式,因为电子邮件应用程序会要求您单独下载它们。

还要对它们进行大量测试,因为 Outlook(例如)中的 CSS 支持充其量是不可靠的。

Some do some don't. Generally I found it's better to just use inline styling for it as the email apps will ask you to download them separately.

Also test a lot with them cos the CSS support in outlook (for example) is dodgy at best.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文