我有一个像这样的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>
这在我的浏览器(谷歌浏览器)中运行良好。 ( “correct.png”)
当使用此html使用我的iOS应用程序发送带格式的电子邮件时,在我的计算机中接收邮件时结果不一样。 ( “NotCorrect.png”)。
如何解决这个问题?感谢
答案 0 :(得分:2)
您需要插入不同的浏览器webkits:
由Internet Explorer支持,前缀为-ms -
由Firefox支持,前缀为-moz -
由Google Chrome支持,前缀为-webkit -
由Safari支持,前缀为-webkit -
Opera支持前缀为-webkit -
我建议您添加一个样式表,因为它会使您的代码更难以阅读和评估
Safari是iOS浏览器