I've coded a HTML email.
I've tried setting line-height inline using pixels and percentages and gmail seems to ignore everything. Is there a way of setting this or will gmail always strip my line-height value?
psuedo-code is:
<div>
<span style="line-height: 110%">Text content</span>
</div>
Thanks
I always use the style below to fix the line-height in Gmail.