Input Form Restrict to 3 Characters
Posted: Sun Mar 07, 2010 7:22 pm
Hi all,
I currently have a form that has the following:
For the purpose of better aesthetics, I'm wondering how I can make the actual box the size of 3 characters instead of what looks like 20 characters long.
Thanks!
Richard
I currently have a form that has the following:
Code: Select all
<input name='input' type='text' maxlength='3' value='000'>Thanks!
Richard