see i have got this code to change the background of the field areas
<style type="text/css">
.field {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 13px;
background-color: #849CD2;
}
and i chose this code for the field name
<input type="text" class="field">
and it changes the background colour of the field.
i put the code that you gave me but did not change the colour, do you know what the problem is?
thanks
edd