Form element: setting the textbox height

liunx

Guest
Ok, I just cannot figure this out. I have a form with the standard textbox and I cannot figure out how to control the height of the box.... example<br />
<br />
<input type="text" name="name" size="30" maxlength="50" height="15"><br />
<br />
I am using <font face="verdana" size="1"> so the text is at its smallest but I cannot "shrink" the textbox to be smaller than the default.<br />
<br />
Please help!<br />
<br />
Thanks<!--content-->... style="height:15px;font-size=4px;font-family:verdana" ... for example, better than the font tag :)<!--content-->Well thank you very much! Works great! :)<!--content-->sure thing :) glad that it worked out, just make sure not to leave ther px (as in 15px) out :)<!--content-->
 
Back
Top