Note that there are some explanatory texts on larger screens.

plurals
  1. POborder in html email doesn't show up in outlook 2010, but works in Thunderbird
    primarykey
    data
    text
    <p>I have the following code in my html email.. it's inside a table field:</p> <pre><code>&lt;span class=solid style="width:100%;height:5px;border-top:1px solid #f89d30;display:inline-block;"&gt;&lt;/span&gt; </code></pre> <p>Now, this 'orange line' does show up in html email when it's send to Thunderbird, but a recipient that uses Outlook 2010 doesn't see the line.</p> <p>And yes, I know there is another thread about this, but I tried that solution (only difference I saw was that I had display:block instead of display:inline-block;).. and it didn't work.</p> <p>Any other suggestions?</p> <p>table:</p> <pre><code>&lt;table border=0 cellpadding=5 cellspacing=0 style="font:300 15px/1.625 'Helvetica Neue',Helvetica,Arial,sans-serif"&gt; &lt;tr&gt;&lt;td colspan=5&gt;&lt;span class=solid style="width:100%;height:1px;border-top:1px solid #f89d30;display:inline-block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td nowrap style="font-size:12px;" colspan=2&gt;Item Description&lt;/td&gt; &lt;td width=50 nowrap style="font-size:12px;"&gt;Price&lt;/td&gt; &lt;td width=50 style="font-size:12px;"&gt;Quantity&lt;/td&gt; &lt;td width=50 nowrap style="font-size:12px;"&gt;Sub Total&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt;&lt;td colspan=5&gt;&lt;span class=solid style="width:100%;height:5px;border-top:1px solid #f89d30;display:inline-block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign=top&gt;&amp;nbsp; &lt;/td&gt;&lt;td style="font-size: 10px;" nowrap valign=top&gt;&lt;h2 style="margin:0;"&gt;Vitamin C &lt;/h2&gt;&lt;/td&gt; &lt;td nowrap valign=top&gt;$39.95&lt;/td&gt; &lt;td nowrap valign=top&gt;&lt;input type="text" name="qty1" value="3" size=2 readonly=readonly&gt;&lt;/td&gt; &lt;td nowrap valign=top&gt;$1.00&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=5&gt;&lt;span class=solid style="width:100%;height:5px;border-top:1px solid #f89d30;display:block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td colspan=4&gt;Order Subtotal&lt;/td&gt;&lt;td&gt;$1.00&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td colspan=3&gt;&lt;/td&gt;&lt;td colspan=2&gt;&lt;span class=solid style="width:100%;height:5px;border-top:1px dashed #f89d30;display:inline-block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td colspan=3&gt;&lt;/td&gt;&lt;td colspan=2&gt;&lt;span class=solid style="width:100%;height:5px;border-top:1px solid #f89d30;display:inline-block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td colspan=5&gt;&lt;span class=solid style="width:100%;height:5px;border-top:1px solid #f89d30;display:inline-block;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td colspan=3&gt;&amp;nbsp;&lt;/td&gt; &lt;td colspan=2&gt;[checkout]&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; </code></pre>
    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