Monday, 31 May 2010

HTML Email: Problems with uniformity across desktop and web based clients

There seems to be a lot of quirks when rendering HTML/CSS content in email clients whether they be desktop or web based clients.

This article is useful when comparing tags that are supported by various clients.


And here's a code validator from mailchimp:


Before gmail became popular, alot of developers where putting the style tag inside the body tag, however since gmail now strips this out, unfortunately, the only sure way to handle CSS in your email is to do them in-line.