DEV Community

Ovi Demetrian Jr
Ovi Demetrian Jr

Posted on

Coding your emails for Outlook

Making your email design work for Microsoft Outlook can be a challenge. Here's an approach to take to still support unfortunate email users that use it while keeping your sanity!

  • Use clean, accessible code first, Outlook code second
  • Avoid tables and use ghost tables only when needed for Outlook
  • Use both image width and height properties for Outlook
  • Use VML method for background images

View code examples

Top comments (0)