Live data from Hacker News

HTML Email Boilerplate

htmlemailboilerplate.com

1–10 of 113 posts

Re: HTML Email Boilerplate

#2
I'm not sure having an email be 900px wide (the table has 3 300px wide cells) is a good idea. Wouldn't that get a horizontal scrollbar on the iPad no matter the orientation? When it's horizontal there's a sidebar; when it's vertical it's only 768px wide.

Re: HTML Email Boilerplate

#3
post #2

I'm not sure having an email be 900px wide (the table has 3 300px wide cells) is a good idea. Wouldn't that get a horizontal scrollbar on the iPad no matter the orientation? When it's horizontal there's a sidebar; when it's vertical it's only 768px wide.

Agreed. Not to mention the very large percentage of people that open your emails in a web client on a 1024px wide screen.

Re: HTML Email Boilerplate

#5
post #2

I'm not sure having an email be 900px wide (the table has 3 300px wide cells) is a good idea. Wouldn't that get a horizontal scrollbar on the iPad no matter the orientation? When it's horizontal there's a sidebar; when it's vertical it's only 768px wide.

Wouldn't a fluid approach be better? I haven't done much HTML/CSS in the last year.

Re: HTML Email Boilerplate

#6
Interestingly the site won't render correctly for me in Firefox 4. I'm getting a nice error about lack of HTML5 and CSS3 support.

And, as a fan of Space Balls, the creator misspelled "The Schwartz"...

Re: HTML Email Boilerplate

#9
post #2

I'm not sure having an email be 900px wide (the table has 3 300px wide cells) is a good idea. Wouldn't that get a horizontal scrollbar on the iPad no matter the orientation? When it's horizontal there's a sidebar; when it's vertical it's only 768px wide.

MailChimp templates are all 600px wide, as a comparison, and that's what they recommend. It's annoying, since so many people have large monitors (notably me - so much white space around my drafts), BUT as you point out so many recipients are viewing emails on mobile devices (phone, tablet, even netbook-size laptops) as well as webmail clients and the Outlook preview pane.

Re: HTML Email Boilerplate

#10
post #5
post #2

I'm not sure having an email be 900px wide (the table has 3 300px wide cells) is a good idea. Wouldn't that get a horizontal scrollbar on the iPad no matter the orientation? When it's horizontal there's a sidebar; when it's vertical it's only 768px wide.

Wouldn't a fluid approach be better? I haven't done much HTML/CSS in the last year.

I wouldn't recommend fluid layouts with email, most email clients are stuck on HTML 3.2 and have limited CSS support.
Post reply on HN