Click to See Complete Forum and Search --> : Form text field help


Kris Howard
05-07-2006, 11:57 AM
Is there any way to make a form text field shorter?

I know how to make it shorter by length but not by height.

<input type=text size=15>
<input type=text size=3>

Logician
05-07-2006, 04:53 PM
Is there any way to make a form text field shorter?

I know how to make it shorter by length but not by height.

<input type=text size=15>
<input type=text size=3>That would be an HTML question.
http://www.webdeveloper.com/forum/forumdisplay.php?f=2

Charles
05-07-2006, 04:55 PM
No, this is a CSS question.<input style="height:0.5ex" type="text">