Skip to content

Conditional html comments for MS Outllook #93

@monochromer

Description

@monochromer

How to render conditional html comments for MS Outlook? For example:

<!--[if gte MSO 9]>
<table width="200"><tr><td>
<![endif]-->
<table align="center" width="100%" style="max-width: 200px;">
  <tr>
    <td align="center" style="text-align: center">
        <img src="//link.com" alt="" width="200" height="140" style="display: block; border: 0; width: 100%; height: auto;">
    </td>
  </tr>
</table>
<!--[if gte MSO 9]>
</td></tr></table>
<![endif]-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions