Hacker News new | ask | show | jobs
by jehna1 3814 days ago
Nah, just get a job where you'll have to work with email templates. You will outsmart any html5 kid with your colspans :D
1 comments

(For anyone who doesn't know this: You're still forced to do email templates with tables becaus of Outlook)
The last couple of days I've been trying to refine an email template and after many attempts finally started checking out some well designed examples with chrome dev tools and discovered that they were constructed as tables. I changed all my divs to table cells and finally got the thing to work!