fixed text area

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • idsanjeev
    New Member
    • Oct 2007
    • 241

    fixed text area

    i want to use fiexd text area with 500 characters is that possible and can use paragraph wise input in text area.
  • steven
    New Member
    • Sep 2006
    • 143

    #2
    Originally posted by idsanjeev
    i want to use fiexd text area with 500 characters is that possible and can use paragraph wise input in text area.
    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.

    Comment

    Working...