Page 1 of 1
HTML Documents
Posted: Fri Aug 29, 2008 12:26 pm
by sjwest
Can anyone tell how to simply open an HTML document? The component (RichView) reports that the document type isn't supported, yet I can export as HTML.
Essentially, I'm looking for a HTML editor. One which can open and save HTM/HTML files.
Thanks for any help.
Regards
Steve
Posted: Fri Aug 29, 2008 5:29 pm
by Sergey Tkachenko
TRichView itself does not have methods for loading HTML files, so you need to use (freeware) addons.
1) TrvHtmlImporter (can be found here:
http://www.trichview.com/resources/ ) can load HTML in TRichView, but it does not support CSS (and almost all modern HTML files use CSS).
2) New component TrvHtmlViewImporter (
http://www.trichview.com/resources/html ... import.zip ) can load HTML from (hidden) THTMLViewer (
http://www.pbear.com ). New version of RichViewActions (available for registered users) support this component (HTML is added in Open and SaveAs dialogs)
Posted: Sat Oct 18, 2008 7:57 am
by tom@qualtar.co.uk
I have all the components you mention above and they all seem to be installed properly (took all day to do it) but I still cannot see how to import HTML with a css file into a TRichViewEdit component.
Do you have an example somewhere?
Regards
Tom Davenport
Posted: Sat Oct 18, 2008 10:56 am
by Sergey Tkachenko
Is this HTML file displayed correctly in THTMLViewer?