I was wondering how the WYSIWYG textareas format the text (all i need to know is bold/italics/underlined and coloring
jshanman
1:01 pm on May 17, 2006 (gmt 0)
Most I've seen use a DIV area and allow the user to type in it rather then an actual textarea. The HTML data is then stored in a hidden textarea to be submited with the form.
I've had good experiance with TinyMCE (search google to find)