I was reading about the CSS support in email clients just here. And, as you know, margin
is sort of unreliable because of Outlook's lack of support (thank you Outlook).
In case you don't know, by default, p
includes a 1em
top and bottom margin.
So, the first question that comes out is the next one: How does p
look by default in Outlook? Does have a margin by default anyway but you just can't change it? What should be the most efficient across Email client solution for this?
Is this the only shaky case that exist so far by the way?