Hi
How and where do I style the "validation" text field? I have set background colours and border colours for the other fields in the form and want the security code imput field to match.
Thanks
paul
How and where do I style the "validation" text field? I have set background colours and border colours for the other fields in the form and want the security code imput field to match.
Thanks
paul
Hi Greyhead
Although that link was useful in styling the validation messages, it was not quite what I was after.
http://www.cameronhousemassage.co.uk/contact.html
On the above page you will see I have styled the text fields with a grey border and some padding. I just need to know how to change the validation text field so it matches the others.
Many thanks
Paul
Although that link was useful in styling the validation messages, it was not quite what I was after.
http://www.cameronhousemassage.co.uk/contact.html
On the above page you will see I have styled the text fields with a grey border and some padding. I just need to know how to change the validation text field so it matches the others.
Many thanks
Paul
Hi Paul,
Sorry, I misunderstood. It's the ImageVerification/Captcha box you want styled.
Try adding this to the Form CSS box:
Bob
Sorry, I misunderstood. It's the ImageVerification/Captcha box you want styled.
Try adding this to the Form CSS box:
#chrono_verification {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E2E2E2;
padding: 5px;
}
Bob
This topic is locked and no more replies can be posted.