在表格的父div中应用背景颜色时,颜色不适用于Outlook 2013邮件
<div style="background-color:red">
<table>
<tr>
<td>
Background color not applying
</td>
</tr>
</table>
</div>
在表格中应用背景颜色时,将在Outlook 2013邮件中应用颜色
<div>
<table style="background-color:red">
<tr>
<td>
Background color is applying
</td>
</tr>
</table>
</div>
有没有办法在父div中应用颜色?
答案 0 :(得分:0)
您可能知道Outlook使用Word来呈现电子邮件正文。
支持两个支持级联样式表属性子集的HTML元素:P
和DIV
。 P
和1[ModelNameSpace.Models.RMAHistory]', but this dictionary requires a model item of type 'PagedList.IPagedList
支持Word支持的级联样式表的子集,并在以下文章中通过术语COREEXTENDED定义:
答案 1 :(得分:0)
猜测这是Outlook 2013 Windows,但是您可以尝试将div包装在div中,并在style =“”之外应用bgcolor。 或简单地尝试使用bgcolor。