2011-04-01 14:03:51 0 Comments Html Boy.Lee

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.