Menu

Make input field two lines

Help
Peter B
2009-04-07
2013-06-03
  • Peter B

    Peter B - 2009-04-07

    Is there anyway to make an input text box with more than one line. Such that if the user wanted to write something 500 words long they wouldnt be typing off the edge of their screen

     
    • TNTEverett

      TNTEverett - 2009-04-07

      Yes but you are asking for custom work.  If you are familiar with HTML and forms, you know about text boxes and text areas.  Text areas can be exactly what you describe and can have scroll bars horizontal and vertical.  You can make these any size you want. 

       
    • TNTEverett

      TNTEverett - 2009-04-19

      <textarea name="comments" cols="40" rows="10">

       

Log in to post a comment.