Ronalds Vilciņš

04Mab%!0rD

Outlook Conditional CSS

To provide an Outlook-specific stylesheet you can use Microsoft’s conditional comments and they can be placed after your main CSS:

<!--[if gte mso 9]>
    <style type="text/css">
    /* Your Outlook-specific CSS goes here. */
    </style>
<![endif]-->