Issue with email rendering text in Outlook 365 -


i'm having issue text in office365 pushing table cells about.

this email client it's happening in , it's happening in browsers.

it must office365 modifying html.

enter image description here

the text has 0 padding , margin, tds, tr, , table. of border collapses correct too.

there's no whitespace between tags.

the line-height 1.

your office365 uses microsoft word rendering engine (what headache!). other email clients uses rendering engine firefox or ie example.

probably have change html code according these rules:

  1. you shouldn't use css positioning such "float", "margin" , "padding".
    • nested tables friend
  2. in newer versions of office shouldn't use "display:block"
  3. every table cell previewed in outlook 2013 contains line height defined outlook. therefore empty table cells display minimum height of 15 pixels regardless of cell’s height attribute set to. can cause white gaps between images in email.

please post code next time.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -