有没有一个html条件语句的一切不是Outlook? [英] Is there a html conditional statement for everything not Outlook?

查看:127
本文介绍了有没有一个html条件语句的一切不是Outlook?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现一段代码,让我能够定位2007或更高版本的客户端。

I found a snippet of code that allows me to target clients that have outlook 2007 or higher.

<! - [if gte mso 9]><![endif] - >

有没有目标,除了outlook或outlook 2007和amp ;更高?如果您正在给出答案,请提供我已经尝试的工作代码

Is there anyway to target everything but outlook or outlook 2007 & higher? If you're giving an answer please give working code as I've tried

<! - [if! mso 9]>
<! - [if! mso]>
<! - [if!(mso)]>

以下内容在Gmail中与firefox无效。

None of the following worked in Gmail with firefox.

推荐答案

尝试这样:

<!--[if !mso]><!-- -->
  content targeted at non-outlook users goes here...
<!--<![endif]-->

这篇关于有没有一个html条件语句的一切不是Outlook?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆