Why do my emails look different in Outlook?
Privy email templates and emails created with the drag-and-drop editor are designed to be consistent and responsive across as many popular email clients as possible. However, one common provider that presents issues for many users is Outlook. All versions of Outlook since Outlook 2007 use Microsoft Word to render the HTML and CSS of emails. This approach to rendering is better suited for print design and differs significantly from other popular email providers, such as Gmail. Because of these differences, an email may look slightly off when opened in Outlook compared to what you initially designed and previewed in Privy or test send to other email clients like Gmail. Optimizing an email specifically for Outlook can take a lot of time and skew how it is rendered across other email clients and devices. Most users should only consider investing the time and energy required if they know that a large portion of their recipients use Outlook.Common differences and fixes
The design differences that present themselves to a recipient depend on their version of Outlook and their settings, such as default image blocking, but typically stem from these Outlook limitations:- There is no support for background images in divs and table cells
- There is no support for CSS float or position
- No support for text-shadow
- Limited support for padding and margin
- Limited support for CSS width and height
- Issues rendering nested elements and background colors
Image padding or margin is being ignored
Outlook ignores set padding and margins around images. As a result, any wrapped text will be pushed against the image. There are a couple of ways around this:- Use a photo-editing tool to add a border around your image that is the same color as your email background, then upload the image into your email. Because the padding is part of the image, Outlook cannot ignore it.
- Incorporate the image into your email via an HTML block and add vertical space (vspace) and horizontal space (hspace) to the image’s tag. For example: