Hi,
Anyone an idea how to solve this issue:
1. My Line-height rule isn't respected in Outlook. Not in <p>, not in <h1> . Text is collapsed ata all.
2. I have this extra space all over. How can I remove that white space above my text?
I use the following css style
h1 {
font-size: 55px;
font-family: Times New Roman, serif;
letter-spacing: -4px;
line-height: 75%;
line-height: 0.75;
mso-line-height-rule: exactly;
}