The HTML editor requires Internet Explorer 5.5 or higher on Windows to run. This is because it makes use of some advanced features of IE 5.5 that are not available in other browsers yet.
Other browsers like FireFox, Netscape, Mozilla, Opera, Mac IE does not support 'contentEditable' of the < IFRAME > tag or a way to make existing content in a page to editable.
It might be possible to emulate this in JavaScript, but it would be a lot of work. The cross-platform Mozilla browser has some bug entries related to adding contentEditable functionality, and perhaps in the future it may be possible to create something for that browser.
|