Page 1 of 1

Text background when saving HTML does not work?

Posted: Fri Sep 09, 2005 8:58 am
by Vesa
Hello,

I'm trying to save HTML document using SaveHTML() method, but when I have some text with color background there, it's saved without it. It does not even work in demo editor 1 actually. Can someone help me with this issue?

Posted: Fri Sep 09, 2005 10:01 am
by Sergey Tkachenko
HTML does not have tags for text background, it can be done only in HTML+CSS (Cascading Style Sheets).
Use SaveHTMLEx instead of SaveHTML.

Posted: Tue Sep 20, 2005 3:04 am
by lichengbin
But RvHtmlImporter does not work with HTML+CSS, so it can not be imported by RvHtmlImporter again.