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

Experimenting with building HTML emails without <tables>
MIT License
55 stars 13 forks source link

Outlook page height issue #7

Open M-J-Robbins opened 6 years ago

M-J-Robbins commented 6 years ago

Outlook is based on MS Word which is designed for printing out A4 sheets of paper. So they insert "page breaks" along the code when it hits a certain height.

Thanks to Kevin Mandeville who pointed this out when he came across the issue when building the Litmus newsletter

M-J-Robbins commented 6 years ago

The fix Kevin implemented was to insert hidden tables after each section.

I was hoping mso-pagination might have an effect here but it doesn't seem to.