【发布时间】:2014-07-18 12:52:43
【问题描述】:
我有一个这样的html:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<html>
<body>
<p class="MsoNormal" style="line-height:13.5pt;background:white">
<b><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#ff6600">My Text</span></b>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232"><u></u><u></u></span>
</p>
<p class="MsoNormal">
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232;background:white">My Text</span>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">
<br>
<span style="background:white">My Text</span>
<br><span style="background:white">My Text</span><br>
<span style="background:white">My Text</span><br>
<span style="background:white">My Text<u></u><u></u></span></span>
</p>
<p class="MsoNormal" style="line-height:13.5pt">
<b><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#ff6600">My Text</span></b><br />
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">%@<u></u><u></u></span>
</p>
<p class="MsoNormal" style="line-height:13.5pt">
<b>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#ff6600">My Text</span></b><br />
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">My Text<u></u><u></u></span><br />
</p>
<p class="MsoNormal" style="line-height:13.5pt;background:white">
<b><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#ff6600">My Text</span></b>
</p>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">My Text</span><br/>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">My Text</span><br/>
<span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#323232">7My Text</span><br/><br/>
</body>
</html>
这在我的浏览器 (Google Chrome) 中运行良好。 ("正确的.png")
当我用我的 iOS 应用程序使用这个 html 发送格式化的电子邮件时,在我的计算机中接收邮件时的结果是不一样的。 (“NotCorrect.png”)。
如何解决这个问题?谢谢
【问题讨论】: