-
Big Old Text Field
Hello there
I'm putting a form together and what a text box input field that's big.
I know you can simply alter the field size by specifying the length of it ie.
"size=20" etc
But how do I get it so that the text box is several lines long so that the box resembles a big old box??
Thanks
hamfast
-
-
That's a textarea, not a textfield. It operates a bit differently, most notably that the enter key adds a line break, rather than submitting.
<textarea name="something" cols="5" rows="5">this text is in there by default including <html> tags etc</textarea>
cols and rows are the size, based on columns/rows of letters.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
Daniel
That's brilliant - cheers.
hamfast
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks