Mon, 2003-09-01 09:52
when I style the <input> tag I end up with both the field and the submit button being styled. I want field styled differently. any ideas?
Mon, 2003-09-01 10:08
#1
Form Fields and buttons
Hi Martagnan,
The safest way to do this is to give the fields a class <input class="fld" type="text" name="test" />
input.fld{background-color:#CCCCCC;}
Hope that helps