Lovely framework, but can someone explain why HTML email is so stuck in the past? Why can't email clients just abide by proper web standards?
I think it was around Outlook 2007 Microsoft decided that instead of using Internet Explorer to render their emails, they would use Microsoft Word. That's right. Word. And now whenever you try to use even the most basic CSS rules, Outlook fucks it up very badly. Then there is that abomination called Lotus Notes (mainly Outlook 2007 makes IE6 look like the best browser in the world.
Zurb Ink: Responsive HTML Email Framework
11–20 of 104 posts
Re: Zurb Ink: Responsive HTML Email Framework
#12Re: Zurb Ink: Responsive HTML Email Framework
#13Anyone brave enough to bring a semblance of sanity to the world of HTML emails deserves major kudos. For kids like me who did not grow up making table layouts, coding emails is a nightmare. Oh the 's. I am so glad Zurb is lending their knowledge building of excellent frameworks to this widely underserved market.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
Re: Zurb Ink: Responsive HTML Email Framework
#14Lovely framework, but can someone explain why HTML email is so stuck in the past? Why can't email clients just abide by proper web standards?
I prefer succinct plain-textish emails linking to HTML websites over HTML-heavy emails in most situations. I've personally found plain-text often also converts better than most HTML-heavy newsletters. Most HTML is pigeonholed into email where it doesn't fit well, for example the variety of unpredictable clients and devices. I'd rather serve that via the browser where full CSS/HTML is supported. Mobile is helping by s…
And personally I prefer them. If I must use html, I only stick to the basic styling elements with no css.
Re: Zurb Ink: Responsive HTML Email Framework
#15Anyone brave enough to bring a semblance of sanity to the world of HTML emails deserves major kudos. For kids like me who did not grow up making table layouts, coding emails is a nightmare. Oh the 's. I am so glad Zurb is lending their knowledge building of excellent frameworks to this widely underserved market.
Honestly, even for someone that started his career making table HTML layouts with inline styling it's a major PITA to code up emails that look respectable on all clients. I can't wait to try this out.
Re: Zurb Ink: Responsive HTML Email Framework
#16Re: Zurb Ink: Responsive HTML Email Framework
#17Earlier quoted context omitted.
I think it was around Outlook 2007 Microsoft decided that instead of using Internet Explorer to render their emails, they would use Microsoft Word. That's right. Word. And now whenever you try to use even the most basic CSS rules, Outlook fucks it up very badly. Then there is that abomination called Lotus Notes (mainly Outlook 2007 makes IE6 look like the best browser in the world.
Thank you for the explanation, that's insane.
In the sense that it did a lot less and thus presented a smaller attack surface, they were right.
Re: Zurb Ink: Responsive HTML Email Framework
#18Anyone brave enough to bring a semblance of sanity to the world of HTML emails deserves major kudos. For kids like me who did not grow up making table layouts, coding emails is a nightmare. Oh the 's. I am so glad Zurb is lending their knowledge building of excellent frameworks to this widely underserved market.
I never needed to get into table hell. I used an image map every time. One image. Define some areas with different links. Bingo. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
Re: Zurb Ink: Responsive HTML Email Framework
#19Anyone brave enough to bring a semblance of sanity to the world of HTML emails deserves major kudos. For kids like me who did not grow up making table layouts, coding emails is a nightmare. Oh the 's. I am so glad Zurb is lending their knowledge building of excellent frameworks to this widely underserved market.
I never needed to get into table hell. I used an image map every time. One image. Define some areas with different links. Bingo. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
You will get a better response with a text only message.
Re: Zurb Ink: Responsive HTML Email Framework
#20Earlier quoted context omitted.
I never needed to get into table hell. I used an image map every time. One image. Define some areas with different links. Bingo. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
How does it work in Gmail / Yahoo etc where images are blocked ?
I assume there's a big empty table where the image would go and some text+links above and below the image.