

Stick to tables when creating Outlook HTML email templates. Just like when developing for the web, it’s a good idea to provide a reset CSS for emails to help normalize how code gets rendered and prevent any unwanted styling in email clients.Ģ. Include CSS resets for Outlook rendering issues. Outlook Rendering Issues: Create HTML Emails in Outlookġ. See Also: Login Faq (59 People Used) Visit Login At one time, emails were rendering taller than expected in because the client was controlling line-height using CSS. While you can use CSS background images with and Outlook 365, they are not supported in most desktop versions of the client.ġ0. When specifying fonts in email marketing, developers use font stacks to list the preferred typefaces that the client should render.ĩ. So, when an email renders in Outlook, the sections will assume the height of the text inside of them, and 100% width, even if you specify a height/width for them in code.Ĩ.

As we’ve already mentioned, Outlook doesn’t support styling inside of tags. Outlook ignores HTML item width and height. If you do, you may end up with something that looks warped and ugly.ħ. You can’t use CSS to resize images in Outlook HTML emails.

One is the rare case when you use an tag without an href= attribute, which could be to use them as placeholders or anchors.Ħ. There are a couple of situations where Outlook will not apply styling you’ve applied to hyperlinks in an email. This may not be a major problem unless you need your email template to line up perfectly.ĥ. A bug in Outlook 2016 adds a 1-pixel border around table cells in emails. Nailing the spacing of HTML emails has been a particularly tough challenge for email developers, and Outlook is one of the worst offenders.Ĥ. But it’s improved quite a bit over the years.ģ. The relationship between Outlook emails and animated GIFS is, well, complicated. The client will sometimes add a 1 px line in between elements.Ģ. This is easily one of the most notorious struggles with Outlook email development. Outlook HTML Emails: Fix 11 Common Email On Acidġ.
