Learn to code HTML email. I've created a free HTML email course with my teammates at Parcel
Last Updated:

Table layouts

For the majority of HTML emails, table layouts are the default way of structuring the code. A lot of emails use this approach to work around issues with Windows Outlook. However in my experience layout tables causes a lot more issues than they fix.

## Issues solved by table layouts

## Issues caused by table layouts

These issues can all be solved by using a number of additional workarounds. But as they are spread across a number of email client they can be hard to test and adding these additional workarounds can lead to extra issues.

The issues solved by table layouts are all in Windows Outlook.