seanpowell / Email-Boilerplate

The email boilerplate for sending out nicely formatted messages.
htmlemailboilerplate.com
3.8k stars 678 forks source link

.ReadMsgBody and .ExternalClass #10

Open welldan97 opened 12 years ago

welldan97 commented 12 years ago

I've noticed mailchimp adds

<style type="text/css">
  .ReadMsgBody{width:100%;}
  .ExternalClass{width:100%;}
</style>

at the top of the email(not inline). After a bit of googling found this http://learnpublicaster.groupsite.com/post/hotmail-update-changes-to-table-rendering-might-affect-your-template.

May be it should be included to boilerplate

Regards, Dmitry

welldan97 commented 12 years ago

oh, .ExternalClass is present in boilerplate, but looks like it meant to be inline in it.