hi
When i export (html format) a text with RichView application, its working great. But when i import the same file i lose the text styles (like bold, italic, align settings).
I also tried RVHTMLImport. How can i handle that.
thanks
Import HTML file problem
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
RvHtmlImporter does not support [arbitrary] Cascading Style Sheets (CSS).
If formatting in HTML is defined using CSS, it will be lost when importing.
In TRichView, there are two methods for HTML export. SaveHTML saves HTML without CSS, SaveHTMLEx saves with CSS.
The latest version of RvHtmlImporter understands CSS saved by SaveHTMLEx. It can be found here:
http://www.trichview.com/resources/html ... mportb.zip
If formatting in HTML is defined using CSS, it will be lost when importing.
In TRichView, there are two methods for HTML export. SaveHTML saves HTML without CSS, SaveHTMLEx saves with CSS.
The latest version of RvHtmlImporter understands CSS saved by SaveHTMLEx. It can be found here:
http://www.trichview.com/resources/html ... mportb.zip