<input name="PriceStart" type="text" size="7" maxlength="7">
How to set a css for the size and maxlenght ????
I'd like something like:
<input name="PriceStart" type="text" class="input7">
thanks for help.
BoB
You can not set the maxlength with CSS, so you should keep it there.