Making a Form Input Field Large

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-27T03:31:07Z Indexed on 2010/03/27 3:33 UTC
Read the original article Hit count: 404

Filed under:
|

Hello,

For the form below, how could I make the input field big, like maybe 100 pixels in height by 400 pixels in length?

Thanks in advance,

John

<form action="http://www...com/sandbox/comments/comments2.php" method="post"> 
    <input type="hidden" value="'.$_SESSION['loginid'].'" name="uid">  

    <div class="addacomment"><label for="title">Add a comment:</label></div> 
    <div class="submissionfield"><input name="title" type="title" id="title" maxlength="1000"></div>  

    <div class="submissionbutton"><input name="submit" type="submit" value="Submit"></div> 
</form>

© Stack Overflow or respective owner

Related posts about css

Related posts about html