M-J-Robbins / get-off-the-table

Experimenting with building HTML emails without <tables>
MIT License
56 stars 13 forks source link
email-geeks

Get Off The Table

cat sleeping on a table

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.