FL
0
lotus note 8.5 vs heading tag
Hello,
In Lotus note 8.5 test heading tags are always overwrite to default (black color and heading default font-size)
Is there a way to solve this ?
Note :
i use HTML EMAIL BOILERPLATE style with premailer and putsmail service.
In addition :
Here U can see the H1 tag isn't styled (sorry for the long picture...):

For heading i use :
<h1 style="color: #666666; line-height: 100% !important; -webkit-font-smoothing: antialiased; display: block; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 100; text-transform: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; background-color: #EEEEEE;">
L'édito
</h1>
I can not find information on how to manage Hn tag in Lotus Notes 8.5: / .
I did a simple test , using only a test set of an H1 tag and a second identical which I added a doctype . Both have worked flawlessly ....
By deleting style "-webkit-font-smoothing: antialiased;" it works perfectly ...