|
|
|
|
|
by jrochkind1
4949 days ago
|
|
I am new to having HTML email sent. What do folks do with the large (large in this case anyway) stylesheet, that actually works with actual email clients? Link it with a <link> tag? Plop it all into a <style> tag? (where?) Something else? What are current best practices for sending html email that needs a non-trivial stylesheet like this? Googling around, i'm still left not sure; many pages I find make recommendations that would make using these templates tricky (although some of them are a couple years old or more). |
|
- http://www.htmlemailgallery.com/
- http://litmus.com/blog/
- http://blog.mailchimp.com/
- http://www.campaignmonitor.com/blog/tips-resources
- http://www.campaignmonitor.com/css/
- http://www.emailology.org/
- http://www.emailonacid.com/blog
- http://directmailmac.com/
Basically, avoid floats, use tables, use inline styles.
Also, on OS X, if you can save the source of email newsletters sent to you as an html file (Cmd-Opt-U -- select the html portion), edit it to your liking, open it in Safari, then Cmd-I Cmd-Shift-T (Format - Make Rich Text if plain text is default) to send it as an unmodified HTML email from Mail app.