"Alejandro Galindo" <[EMAIL PROTECTED]> a �crit dans le message de news: [EMAIL PROTECTED] > > > it's very simple, first you need a Mozilla 1.3 +, if you have a low > version, that not works, well: > > Create a html file with iframe, example: > > <iframe > name="editor" > id="editor" > width="600" > height="400" > frameborder="1"> > </iframe> > > and in the end of the file, add an script like that > > <script> > window.frames["editor"].document.designMode="on"; > </script> > > that all right, i send you an editor for mozilla > > -- > Al�xandre Galindo > ----------------------- > "EL destino es incierto, pero incierta no es la vida" > >
Great job Alejandro. I just tried to do it with Mozilla 1.2.1 (the doc from mozilla.org didn't say that) I'm gonna dive into it in few hours. Cheers. --Gilles glenfant AT bigfoot DOT com
