Here is my issue. I am exporting a word document to HTML. I am then using that HTML to build a multipart mime email message. When the email is viewed in a traditional mail client (Outlook, Lotus Notes) the lines appear as being double spaced.
I noted that Word has two line spacing properties, before and after.
It appears that only the after spacing property is being carried over to the html.
- Code: Select all
<p class="Normal DocDefaults " style="space-after: 0in;line-height: 100%;"> </p>
The resulting output is that the mail client is defaulting the before line spacing to double spaced.
I am guessing some on how this all works. Is there a way to set both the before and after spacing properties when converting to HTML?
Thanks,
Jeff