11

I need some particular css for an html email, but only in outlook.

I'm looking for the outlook equivalent of
<!--[if IE]>body {background-color:red} <![endif]-->

DevelopingChris
  • 39,797
  • 30
  • 87
  • 118

1 Answers1

16
<!--[if gte mso 9]
 // This CSS will only be seen in Outlook 2007
![endif]-->
nkirkes
  • 2,635
  • 2
  • 21
  • 36
  • Just Outlook or any office application? – Oded Feb 02 '11 at 17:27
  • I've only used it to target Outlook. Can't find documentation stating support for the rest of office apps. – nkirkes Feb 02 '11 at 17:32
  • worked like a charm. targeting phones was not working. so now having phones be the default and outlook pick up overrides to make everything bigger, works awesome. – DevelopingChris Feb 02 '11 at 17:49