Sign Up form text shows white with a white background
- by Rob
I have a signup form on a website that I am developing using dreamweaver. The input text and background text are both showing as white (or not showing!) even though the page text is set at #0000CC. See it here: www.betterlifecoaching.co.uk (it is still work in progress)
How can I overcome this?
The sign up script is:
.link,
SignUp .signupframe {
color: #0033CC;
font-family: Arial, Helvetica, sans-serif;
}
.link {
text-decoration: none;
}
#SignUp .signupframe {
border: 1px solid #282FFF;
background: #ABB4BA;
}
Email Marketing You Can Trust
many thanks
Rob