Reputation: 57
I'm doing an html newsletter and the font size result is really different between apple mail and gmail (both on iphone). Apple mail has a really small letter but if I increase it in gmail it looks huge. How can I solve this? thanks!
Upvotes: 3
Views: 1608
Reputation: 2211
This should help you, write any other tags which you use in your mail.
<style type="text/css">
div, p, a, li, td { -webkit-text-size-adjust:none; }
</style>
Upvotes: 1