New Zenner
- Join Date:
- Oct 2011
- Posts:
- 15
- Plugin Contributions:
- 0
How do I make a Text Attribute input box smaller?
I cant seem to change the length of this. All I want is a box around the size big enough to fit just 2 or 3 numbers in it.
I have identified the code:
<input type="text" name="id[txt_35]" size="32" maxlength="32" value="" id="attrib-35-0" />
If i change the CSS it will still stay the same since the maxlength code will still be 32. (I think!)
I cant seem to see where to change the default "32" size. Can anyone help?