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
HTML Documents
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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)
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)
-
- Posts: 6
- Joined: Thu Jul 26, 2007 4:28 pm
- Location: Birmingham
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: