问题
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