css - Why does GMail ignore my inline <sup> styling in HTML email -
i make html emails , understand different email clients , browsers have different rules render code differently. 1 thing have never been able figure out though why following code ignored:
<sup style="vertical-align:baseline; position:relative; bottom:5px;">1,2</sup>
this i've come through trial , error best solution not messing line heights across different clients, pesky ie7. works , looks fantastic in except gmail, in lies on baseline , ignores bottom:5px
.
i've tried adding !important
after each style, still nothing.
i've tried making class well, again, same result.
any ideas why it's ignoring code?
gmail strips "interesting" css properties position
when displying emails in web interface.
done prevent email covering gmail's ui.
here list of supported properties.
Comments
Post a Comment