control input text box display size
{Small Size}
<input size="20" type="text" />
{Large Size}
<input size="120" type="text" />
just as what u see, we use "size" property to control the length of text box. I lost this point today so I fixed it here.
Leave Comment