Forum Moderators: open

Message Too Old, No Replies

Textarea Formatting

         

jabapyth

11:08 pm on May 16, 2006 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

- JS