FORM ELEMENTS!
Moderator: General Moderators
FORM ELEMENTS!
allright I use
<input size="70" class="form" style="height:500px;" type="text" name="content">
but when i type content i can only type one line and when i press enter it doesnt go to a second like it stays in one.
<input size="70" class="form" style="height:500px;" type="text" name="content">
but when i type content i can only type one line and when i press enter it doesnt go to a second like it stays in one.
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I want a textarea.
Code: Select all
<textarea name="content" cols="70" style="height:500px" class="form"></textarea>- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
you will need to use wordwrap
there are several of them.
http://www.faqs.org/docs/htmltut/forms/ ... _WRAP.html
there are several of them.
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York