Email CSS template framework?

隐身守侯 提交于 2020-01-01 04:29:08

问题


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?


回答1:


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




回答2:


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/




回答3:


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

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

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




回答4:


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



来源:https://stackoverflow.com/questions/24474710/email-css-template-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!