Live data from Hacker News

Show HN: Responsive Email Templates

zurb.com

21–30 of 96 posts

Re: Show HN: Responsive Email Templates

#22
post #10

go 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. :)

keep up the good work. btw you forgot to tweet it on @foundationzurb, only on @zurb.

Re: Show HN: Responsive Email Templates

#24

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 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…

I work with HTML emails all day long and it's awful. The short answer is this: remember, it's an email, not a full blown website. You should not have as much CSS as you're describing in your emails to begin with. The more CSS the more chances there are for it to break. Images and tables are the way to go and you'd be surprised at how creative you can get under those constraints and how beautiful the result can be.

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

#30
post #26

Earlier quoted context omitted.

If you upvote the story it will be bookedmarked in your profile automatically.

In theory. Not always in practice.

what do you mean? it's all in 'saved'.

btw try https://bitbucket.org/zalew/hackernews if you want to crawl it to save elsewhere.

Post reply on HN