Note that there are some explanatory texts on larger screens.

plurals
  1. POYahoo Mail is adjusting margins in HTML email
    primarykey
    data
    text
    <p>I'm perplexed by what's going on so I figured S.O. might be able to help. I have a HTML email and everything looks fine except for a couple of bullets.</p> <p>Here's how it looks in Outlook, AOL, GMail:<img src="https://i.stack.imgur.com/hPcGP.jpg" alt="enter image description here"></p> <p>Here's how it looks in Yahoo:<img src="https://i.stack.imgur.com/RjOBC.jpg" alt="enter image description here"></p> <p><strong>Updated</strong> I've add <code>text-align</code> values to the <code>&lt;p&gt;</code> tags, but the result remains the same.</p> <p>Here's my code:</p> <pre><code>&lt;table&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td width="16" align="left" valign="top"&gt; &lt;img src="images/spacer.gif" style="outline: none; border: none;" alt=" " width="16" height="5" /&gt; &lt;/td&gt; &lt;td width="10" align="right" valign="top" style="color: #231F20;"&gt; &lt;p style="margin: -20px 0px 10px 0px; font-size: 11px; color: #231F20; text-align:right;"&gt;*&lt;/p&gt; &lt;/td&gt; &lt;td width="492" align="left" valign="top" style="color: #231F20; font-size: 12px; padding-bottom: 4px;"&gt; &lt;p style="margin: -20px 0px 10px 0px; font-size: 11px; text-align:left;"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit. &lt;/p&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="16" align="left" valign="top"&gt; &lt;img src="images/spacer.gif" style="outline: none; border: none;" alt=" " width="16" height="5" /&gt; &lt;/td&gt; &lt;td width="10" align="right" valign="top" style="color: #231F20;"&gt; &lt;p style="margin: 0px 0px 0px 0px; font-size: 11px; color: #231F20; text-align:right;"&gt;&lt;sup&gt;&amp;dagger;&lt;/sup&gt;&lt;/p&gt; &lt;/td&gt; &lt;td width="492" align="left" valign="top" style="color: #231F20; font-size: 12px; padding-bottom: 4px;"&gt; &lt;p style="margin: 0px 0px 0px 0px; font-size: 11px; text-align:left;;"&gt; Pellentesque ipsum sem, venenatis a condimentum vitae, gravida vel neque. Suspendisse placerat sapien in leo eleifend porta. Donec ut augue vel felis condimentum aliquet. Curabitur luctus, nunc vel blandit elementum, ante lacus facilisis nulla, ac tincidunt massa quam in eros. Nulla facilisi. &lt;/p&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code></pre> <p>Let me know if you have any questions. I have no idea what's going on. Usually Outlook is the pain to deal with, not Yahoo.</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.
 

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