Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there a way of stopping Outlook from adding unwanted page breaks into emails?
    primarykey
    data
    text
    <p>We generate quite large HTML emails - so hit the Outlook Email Client problem/software flaw where it decides to stick page breaks into the email if it thinks it's reached an A4 number of characters. [This is due to the Outlook Email Client using the Word engine to render it's HTML.]</p> <p>This would not be a problem to us except that</p> <ol> <li><p>It may occur in the middle of some HTML.</p></li> <li><p>It's destructive.</p></li> </ol> <p>Example of 1: If you have some html</p> <pre><code>&lt;img src="http:// </code></pre> <p>you may get <code>&gt;&lt;img</code> <strong>PAGE BREAK HERE</strong></p> <p><code>src="http://</code></p> <p>Example of 2: If you have some html</p> <pre><code>&lt;img src="http:// </code></pre> <p>you may get <code>&gt;**PAGE BREAK HERE** img src="http://</code> </p> <p>Which has destroyed the "&lt;" of the "<code>&lt;img</code>" tag.</p> <p>Our emails are dynamic so each one may have this page break issue at different points in each email. :o( We try to get around it with 'sacrificial' areas of blank spaces to absord the page breaks - but this system starts to break down as our emails are become more complex over time.</p> <p>Example of a potential work-around that did not work for us: <a href="http://mikethecoder.com/post/861597102/outlook-2007-screws-up-spacing-where-page-breaks-would" rel="nofollow">Mike The Coder - Page Break Before Always</a> Post that mentions issues in this area: <a href="http://www.emailonacid.com/blog/details/C13/horizontal_spacing_issues_in_outlook_2007_and_2010" rel="nofollow">Horizontal Spacing Issues in Outlook 2007 and 2010</a></p> <p>Do people know of other ways of trying to stop this or of working around it in the Outlook email client?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload