Show HN: Responsive Email Templates
21–30 of 96 posts
Re: Show HN: Responsive Email Templates
#22go Zurb! I use Foundation http://foundation.zurb.com/ , playground's joyride and icon fonts, I hope these email templates are as good :)
Thanks for the kudos! Our team has been hard at work on these, and are so excited to share them with the community. :)
Re: Show HN: Responsive Email Templates
#23Re: Show HN: Responsive Email Templates
#24I 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 tag? Plop it all into a 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 ma…
Most web based email clients will rip out your so link tags aren't a good idea. You'll need to inline 90%+ of your CSS. I usually create the table layout then add the inline style later. You can use the Mailchimp CSS inliner tool for quicker results.
I usually inline it all and leave some bits in a style tag. That's really the best you can do because of the crazy inconsistencies between email clients. Email clients render HTML and CSS like it's the 90's. Check out Campaign Monitor's blog. They have a big chart that shows you what HTML/CSS is compatible in each client. It's a life saver. I have it posted in my cube and I use it every day.
Re: Show HN: Responsive Email Templates
#25Re: Show HN: Responsive Email Templates
#26Re: Show HN: Responsive Email Templates
#27Props to the zurb team for referencing Asimov. (Elijah Bailey was the detective protagonist in the fantastic early Robot series.)
Re: Show HN: Responsive Email Templates
#28Re: Show HN: Responsive Email Templates
#29Re: Show HN: Responsive Email Templates
#30Earlier quoted context omitted.
If you upvote the story it will be bookedmarked in your profile automatically.
In theory. Not always in practice.
btw try https://bitbucket.org/zalew/hackernews if you want to crawl it to save elsewhere.