Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

input maxlength and width

0 views
Skip to first unread message

Bob Bedford

unread,
Apr 27, 2004, 7:59:29 AM4/27/04
to
I've this code in my HTML:

<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

José Jeria

unread,
Apr 27, 2004, 2:12:56 PM4/27/04
to

You can not set the maxlength with CSS, so you should keep it there.

0 new messages