Convert web html to e-mail Html

themhz picture themhz · Mar 18, 2012 · Viewed 26.9k times · Source

I was wondering, if there is software out there that can convert an (web html css) to (e-mail html inline css) file, in order to be viewable from most e-mail clients like outlook, Thunderbird or webmails like gmail,yahoo,hotmail etc.

I would like to be able to write my code as I do writing xhtml files and then import that file to the program and convert divs to tables and css to inline styles compatible for e-mail clients.

Any suggestions?

Answer

SVS picture SVS · Jun 4, 2012

I use a service by Mailchimp named CSS inliner. Its really a nice tool you have to just keep your html & CSS in the same file(no external css file). I mean to say keep all CSS in your html file inside tag in the . See below:

<head>    
  <style type="text/css">
      /*Your CSS goes Here*/
  </style>
</head>

Here is the link: http://beaker.mailchimp.com/inline-css