I'm working on an email that is having spacing issues between the <p>
tags in hotmail. I used the
.ExternalClass, .ExternalClass p, .ExternalClass span,
.ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
but it looks like Hotmail has changed their CSS structure.
I inspected the file and there's an external CSS being called that is controlling the paragraph formatting and stripping any inline styles or styles in the head particularly controlling the margin of <p>
. This CSS is globally giving the paragraphs margins of 1.35em but I want it to be .5em.
Any advice will be appreciated. Thanks.