I'm playing with HTML, and have created a basic file.
Everything seems to be working properly, except that the default text box size is much too large for what I want...
Here's the tag I'm using to create the text box:
<input type="text" name="some_name">
I tried putting "width=.." in the tag, but it doesn't work...
I want to make the width of this text box 2 characters in width...
Using the above <input> tag, how do I resize the text box?
TIA
Joe
Everything seems to be working properly, except that the default text box size is much too large for what I want...
Here's the tag I'm using to create the text box:
<input type="text" name="some_name">
I tried putting "width=.." in the tag, but it doesn't work...
I want to make the width of this text box 2 characters in width...
Using the above <input> tag, how do I resize the text box?
TIA
Joe