Page 1 of 1

Save to Html Font size problem

Posted: Mon Jun 16, 2014 2:29 pm
by gdemers_logilys
I call SaveHTML to get html with pictures and then open a new email with Outlook with the Html and the pictures as attachment.

The problem is that when I format text with a font size of 11. It puts "font size=3" in the html file. It is not exactly 11 pt. Is there a way to write 11pt in the html result file ?

Posted: Tue Jun 17, 2014 1:33 pm
by Sergey Tkachenko
SaveHTML saves HTML without CSS. HTML without CSS does not support defining font sizes in points or pixels, it allows defining font sizes only in relative units, that depend on a browser.

Use SaveHTMLEx instead of SaveHTML.