Skip to content Skip to sidebar Skip to footer

Use Styling Like Span In Textarea

I am trying to have a textarea that can have some simple styling like spans in a paragraph. But the problem is that no html tags are allowed in textarea. So what should I do to hav

Solution 1:

Use some RichText editor controls. There are many free ones available.

http://ckeditor.com/

http://www.tinymce.com/

More items in this links

1) http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors

2) http://www.webdesignerdepot.com/2008/12/20-excellent-free-rich-text-editors/

Post a Comment for "Use Styling Like Span In Textarea"