i want to use fiexd text area with 500 characters is that possible and can use paragraph wise input in text area.
fixed text area
Collapse
X
-
You will need to use some Javascript to limit the number of character that can be entered in the text area. Also, anything you input into a textarea will be plaintext, whilst it's in the textarea. If you want to apply formatting, it sounds like you're looking for a Rich Text Editor. A couple of popular apps include TinyMCE and FCKeditor.Originally posted by idsanjeevi want to use fiexd text area with 500 characters is that possible and can use paragraph wise input in text area.
Comment