Hi, I regularly build content managing systems with php. For long texts that needs some layout I use a big <textarea> and learn the editors some basic html (<h1>, <u>,...). This works fine for most of the editors. But some still prefer frontpage and don't want to switch to this kind of content managment system.
On the internet I found some solutions to replace the textarea with a java or ActiveX wysiwyg component. The ActiveX component is useless because I work in a Linux only environment, the java component was relative expensive. Is it possible to replace a textarea with a mozilla composer component? Thanks for any advice, Bram.
