【发布时间】:2016-09-10 07:49:20
【问题描述】:
我在使用 Outlook 桌面版的条件 cmets 时经常遇到问题。在 Outlook 2013 中查看电子邮件时,它仍然显示为带有边框和与非 mso 客户端相同的字体大小。
我也将条件 cmets 放在了 head 标签中,但它也不起作用。
如果你们中的任何人能在代码中的某处发现拼写错误或错误?
这就是我正在使用的全部代码:
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Outlook conditional comments</title>
<meta charset="ISO-8859-1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
</head>
<body>
<!--[if gte mso 9]>
<table class="lookout" border="0" cellpadding="0" cellspacing="0" align="left" style="max-width: 600px;
width: 100%; height: auto; font-size:3em;"> <tbody> <tr> <td>Increasing sales </td> </tr> </tbody> </table>
<![endif]-->
<table class="lookout" border="1" cellpadding="0" cellspacing="0" align="center" style="max-width: 600px; width: 100%; height: auto; font-size:1em;">
<tbody>
<tr>
<td>Increasing Sales</td>
</tr>
</tbody>
</table>
</body>
</html>
非常感谢提前 丹妮
【问题讨论】:
标签: outlook html-email email-client