Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML email misalignment in Outlook 2013?
    primarykey
    data
    text
    <p>I have a very simple HTML email template - just used for testing - and it has 5 columns with one word in, the problem is in Outlook 2013 the first column is always mis-aligned vertically. Here is the HTML.</p> <pre><code> &lt;!DOCTYPE html&gt; &lt;html&gt;&lt;body&gt; &lt;table width="95%" cellpadding="0" cellspacing="0" border="0" id="wrapper_table" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; height: 100%; width: 100%;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top;"&gt; &lt;table width="600" cellpadding="0" cellspacing="0" border="0" id="content_1" style="border-collapse: collapse; border-spacing: 0; vertical-align: top;"&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top;"&gt; &lt;table width="100%" cellpadding="0" cellspacing="0" border="0" id="test" style="border-collapse: collapse; border-spacing: 0; vertical-align: top;"&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt; Row &lt;/td&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt; Row &lt;/td&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt; Row &lt;/td&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt; Row &lt;/td&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt; Row &lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt; </code></pre> <p>The result in Outlook 2013 is:</p> <p><img src="https://i.stack.imgur.com/fIUu0.png" alt="Outlook 2013"></p> <p>This is the code output from Outlook</p> <pre><code>&lt;!DOCTYPE html&gt;&lt;br /&gt; &lt;html&gt;&lt;body&gt; &lt;br /&gt; &lt;table width="95%" cellpadding="0" cellspacing="0" border="0" id="wrapper_table" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; height: 100%; width: 100%;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top;"&gt;&lt;br /&gt; &lt;table width="600" cellpadding="0" cellspacing="0" border="0" id="content_1" style="border-collapse: collapse; border-spacing: 0; vertical-align: top;"&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top;"&gt;&lt;br /&gt; &lt;table width="100%" cellpadding="0" cellspacing="0" border="0" id="test" style="border-collapse: collapse; border-spacing: 0; vertical-align: top;"&gt;&lt;tr&gt;&lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt;&lt;br /&gt; Row&lt;br /&gt; &lt;/td&gt;&lt;br /&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt;&lt;br /&gt; Row&lt;br /&gt; &lt;/td&gt;&lt;br /&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt;&lt;br /&gt; Row&lt;br /&gt; &lt;/td&gt;&lt;br /&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt;&lt;br /&gt; Row&lt;br /&gt; &lt;/td&gt;&lt;br /&gt; &lt;td style="font-weight: normal; text-align: left; vertical-align: top; border: 1px solid black;"&gt;&lt;br /&gt; Row&lt;br /&gt; &lt;/td&gt;&lt;br /&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;br /&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;br /&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt; </code></pre> <p>The problem is related to all the extra BR tags that outlook adds, but what can I do about it?</p> <p>Thanks!</p>
    singulars
    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.
    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