我使用非常简单的内联样式:
<html>
<head></head>
<body text="#000000" bgcolor="#FFFFFF">some text<br>
<span style="font-family: Tahoma,Verdana,Geneva,sans-serif; font-size: 10pt; color:#333333;">
some other text
</span>
</body>
</html>
然而,文本“其他一些文本”与gmail(以及Outlook.com)中的文本“some text”没有任何不同 - 尽管内联样式仍然存在于gmail页面源代码中。如果我使用px或pt或根本没有单位也无所谓。
那么这里有什么问题,我怎样才能在gmail中获得其他文字大小和颜色?