Building HTML emails without <tables>
I'm trying to create an email template using a number of common style components, but without the use of any layout tables.
The main issue here is that Outlook doesn't render HTML or CSS correctly as they user Microsoft Word as a rendering engine. However I believe we can manipulate Outlook into working with a <div>
based layout using mos-
code.
Realy example Litmus sent out their monthly newsletter using this technique.