OZONE Asylum
Forums
Stupid Basic HTML
Textarea snafoo
This page's ID:
24511
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I'm attempting to make a body field for a user to write into and post with. Naturally I picked a textarea input type, but the textarea is coming out incorrect. I set it for 10 rows and 30 columns (still haven't decided on final setup, but that's moot for the purpose of this issue), but the page loads up a textarea field with 1 row and less than 30 columns. [code]<table cellspacing=2 cellpadding=2> <tr> <td valign=top> Name:<p> Subject:<p> Body: </td> <td> <form action='postboard.php'> <input type=text name='name' size=30><p> <input type=text name='subject' size=30><p> <input type=textarea name='body' rows=10 cols=30></textarea><p> <input type=submit name='post' value='Submit'> </form> </td> </tr> </table>[/code] [small](Edited by [internallink=22319]Alexer[/internallink] on 12-27-2004 20:48)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »