Friday 19 July 2013

How to fixed font line height in newsletter for Hotmail?

use this code inside head tag

<style type="text/css">
table td {
    border-collapse:collapse;
}
body {
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
}
.ExternalClass * {
    line-height:100%;
}
</style>

No comments:

Post a Comment