Zurb Ink: Responsive HTML Email Framework
81–90 of 104 posts
Re: Zurb Ink: Responsive HTML Email Framework
#82Anyone 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
#83Re: Zurb Ink: Responsive HTML Email Framework
#84Doesn't support Lotus Notes. Doh!
Re: Zurb Ink: Responsive HTML Email Framework
#85Earlier quoted context omitted.
You'll always have that threat. The users don't want simple text. It looks great in html most people wont even know about the risk or even understand it.
The desire for pretty isn't an excuse to be insecure.
Re: Zurb Ink: Responsive HTML Email Framework
#86doesn't work in iOS 7 Mail.app..
Re: Zurb Ink: Responsive HTML Email Framework
#87Earlier 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...
So what do the majority of recipients see (who don't have images load by default)?
Re: Zurb Ink: Responsive HTML Email Framework
#88Earlier quoted context omitted.
Another important one: optimize the design for display without images. Most email clients block images by default, so that's how most people are first going to see it. (The notable exceptions are Apple Mail and iOS Mail which load images by default.) With the notable exception of iOS Mail.app and OS X Mail, virtually all email clients block images by default.
Outlook displays (embedded) images too by default (that's why lots of people include them in their signatures). I think that href images are (correctly) blocked, because they pose a security and privacy risk. That, and the only group who uses them are email marketers . If I want to see your catalog, I'd open your website. You might have guessed, but yes, I do mark those image-mails as spam (and any mail where I can't…
Also, it's not very nice to mark messages as spam just because you don't like their design (it affects other recipients). Unless it actually is spam, then mark away.
Re: Zurb Ink: Responsive HTML Email Framework
#89I can't see any of the images on my iPad using safari.
Can you post a Litmus test result or post the code as an issue on the GitHub repo https://github.com/zurb/ink
Re: Zurb Ink: Responsive HTML Email Framework
#90Anyone 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...
If you get a HTML template you can use mailchimp or exact target to put custom html to each subscriber / subset and do A/B tests. It takes more time up front, and limits what you can do (er outlook / gmail limits that) but if you get it right it will pay off down the line.