I'd like an opinion before I invest time into coding. The question is:
If I import an HTML file made outside of RVE into RVE, will I be able to export it to RVE style HTML with inline CSS?
(inline CSS is a must for my purpose)
In other words, will RVE rewrite the imported HTML when exporting?
Where can I find an HTML import demo?
Thanks, Dan
Import non-RVE HTML and export again.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Currently, the only solution for importing HTML with CSS is TrvHtmlViewImporter. This component loads the content of THTMLViewer (free thirdparty component) to RichView.
TrvHtmlViewImporter can be found at http://www.trichview.com/resources/
The format of exported HTML does not depend on the import, but on the options of SaveHTMLEx.
TrvHtmlViewImporter can be found at http://www.trichview.com/resources/
The format of exported HTML does not depend on the import, but on the options of SaveHTMLEx.