twitter-bootstrap 电子邮件 CSS 模板框架?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24474710/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 21:02:07  来源:igfitidea点击:

Email CSS template framework?

twitter-bootstraphtml-emailzurb-ink

提问by kapso

Anyone know of any email template CSS framework. I am currently using bootstrap, it works, but not exactly built for email. I have looked at "zurb ink" but it just doesn't seem very developer friendly, so hard to make it work. What are others using out there?

任何人都知道任何电子邮件模板 CSS 框架。我目前正在使用引导程序,它可以工作,但不是完全为电子邮件构建的。我看过“zurbink”,但它似乎对开发人员不太友好,很难让它工作。其他人在那里使用什么?

回答by cyberwombat

Check out MJML. It's a framework solely designed to create responsive emails. Similar to Ink in concept I think.

查看MJML。它是一个专门用于创建响应式电子邮件的框架。我认为在概念上类似于 Ink。

回答by Ian

Most email templates use tables and inline styling to be compatible across as many different clients as possible.

大多数电子邮件模板使用表格和内联样式以在尽可能多的不同客户端之间兼容。

Campaign Monitor have some that you can download for free and work with to find one that works well for you: https://www.campaignmonitor.com/templates/all/

Campaign Monitor 有一些您可以免费下载并使用它来找到最适合您的:https: //www.campaignmonitor.com/templates/all/

回答by effe

Check Ink, which includes a 12-column grid, as well as some simple UI elements for rapid prototyping.

Check Ink,其中包括一个 12 列的网格,以及一些用于快速原型设计的简单 UI 元素。

Ink is developed by the Zurb who also developed one of the popular CSS framework Foundation.

Ink 是由 Zurb 开发的,他还开发了流行的 CSS 框架Foundation 之一

You may check some responsive email templates built on Ink here.

您可以在此处查看一些基于 Ink 构建的响应式电子邮件模板。

回答by RossBille

I haven't done this myself but from conversations and random readings it seems like tables and images (i.e. old style "styling") seems to be the way to go with email because a lot of the CSS emails are nto compatible in Outlook

我自己没有这样做过,但从对话和随机阅读来看,表格和图像(即旧式“样式”)似乎是处理电子邮件的方式,因为许多 CSS 电子邮件在 Outlook 中不兼容