【发布时间】:2013-09-17 22:15:42
【问题描述】:
我一直在创建一个 HTML 电子邮件,在 litmus 中进行了测试,除了在 Outlook 2013 之外的大多数版本的 Outlook 中,项目符号点图像显示在文本下方,这里是代码。
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td valign="top" width="15">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/spacer.gif" height="8" width="15">
</td>
<td valign="top" width="12">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/BulletGold_Roundtest.jpg" width="7" height="11"/>
</td>
<td valign="top" style="font-family:Arial, Helvetica, sans-serif; color:#222222; font-size:11px;">
<b>Guide:</b> <a href="http://www.sap.com/">How to get started with Big Data</a>
</td>
</tr>
<tr>
<td valign="top" width="15">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/spacer.gif" height="8" width="15">
</td>
<td valign="top" width="12">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/BulletGold_Roundtest.jpg" width="7" height="11">
</td>
<td valign="top" style="font-family:Arial, Helvetica, sans-serif; color:#222222; font-size:11px;">
<b>Benchmarking Assessment Tool:</b> <a href="https://valuemanagement.sap.com/Sapbenchmarking_Portal.html#ID=340" target="_blank">SAP Big Data Maturity Model</a>
</td>
</tr>
<tr>
<td valign="top" width="15">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/spacer.gif" height="8" width="15">
</td>
<td valign="top" width="12">
<img src="https://s3-eu-west-1.amazonaws.com/dnx-sap-01/324/3/BulletGold_Roundtest.jpg" width="7" height="11">
</td>
<td valign="top" style="font-family:Arial, Helvetica, sans-serif; color:#222222; font-size:11px;">
<b>Video Whitepaper:</b> <a href="http://www.sap.com/">Shining a Light on the Value of Big Data</a>
</td>
</tr>
</table>
【问题讨论】:
-
好久没看到“spacer”了。但是,好的,这是电子邮件,所以请原谅。任何让它工作的东西。无论如何,您是否尝试过简单地将所有
valign="top"替换为valign="bottom"?
标签: html outlook html-table html-email