Live data from Hacker News

HTML Email Boilerplate

htmlemailboilerplate.com

21–30 of 113 posts

Re: HTML Email Boilerplate

#21
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.

Looks like that has been changed.

https://github.com/seanpowell/Email-Boilerplate/commit/45663...

Re: HTML Email Boilerplate

#22
post #19
post #12

I've taken a look at it and placed it into the PostageApp ( http://postageapp.com ) template system and it immediately spat out four issues: - width CSS property is not supported by Outlook 07, Notes 6 and 7 - height CSS property is not supported by Outlook 07, Notes 6 and 7, Blackberry - line-height CSS property is not supported by Notes 6 and 7, Palm Treo (Palm Garnet OS), Blackberry - display CSS property is not s…

Alright, took a second look, I guess the issues with those browsers aren't so mission critical, but probably still best not to use a 900px width.

hey JonLim - I am definitely open to any input. For email I see people take a two pronged width approach a lot. Setting the width like "width=XXX" and style="width:XXXpx." Thanks for checking it out.

Re: HTML Email Boilerplate

#24

Please don't send HTML email, there is almost never a scenario when it is necessary. All it does is create larger emails, have redundant information (most HTML emails also send a plain text counterpart), make reading email more difficult (especially if you are using a terminal mail client or are visually impaired), and allow for obnoxious email styling. HTML Email, just say NO.

Is a scenario where you actually want your emails to convert to sales not necessary?

Re: HTML Email Boilerplate

#25
post #4

this is useless. Just for a start it's way too wide. e.g. Hotmail cuts off at 610px or so.

Hey SamColes - The table itself was just an example to show setting up a table properly (not necessarily a view on how wide it should be). The whole width question is a more of a design call than anything else. I am trying to keep it as design-free as possible.

There are however many interesting uses for wider than normal emails. In any case, I updated the example table to be 600px wide.

Re: HTML Email Boilerplate

#26
post #25
post #4

this is useless. Just for a start it's way too wide. e.g. Hotmail cuts off at 610px or so.

Hey SamColes - The table itself was just an example to show setting up a table properly (not necessarily a view on how wide it should be). The whole width question is a more of a design call than anything else. I am trying to keep it as design-free as possible. There are however many interesting uses for wider than normal emails. In any case, I updated the example table to be 600px wide.

600px may be fine for Hotmail, but I think the bigger question is how to deal with people reading this HTML mail on mobile clients with smaller screens. People are reading alot of email on mobile devices and its increasing. A table 600 px wide is still to wide for most devices.

Re: HTML Email Boilerplate

#28
Please get rid of your browser evangelism, no matter how clever it might be. I know very well that I shouldn't be using Internet Explorer. If I had any choice in the matter, I wouldn't

Re: HTML Email Boilerplate

#29
post #24

Please don't send HTML email, there is almost never a scenario when it is necessary. All it does is create larger emails, have redundant information (most HTML emails also send a plain text counterpart), make reading email more difficult (especially if you are using a terminal mail client or are visually impaired), and allow for obnoxious email styling. HTML Email, just say NO.

Is a scenario where you actually want your emails to convert to sales not necessary?

No. It's called spam and there is a special circle of hell reserved for people who send it. Keep that shit out of my inbox.

Re: HTML Email Boilerplate

#30

It might be helpful to have a clearer link to the GitHub project on the site so people know that they can fork it easily. https://github.com/seanpowell/Email-Boilerplate/

Hey joshuacc - I changed the color so that it didn't blend in so much. hope that helps and thanks for the input.
Post reply on HN