Log in

View Full Version : Bullet points showing up unintended



Rosalie
07-26-2011, 08:48 PM
Hello,

I'm making this ("")contact form, but somehow 3 bullet points show up in the page and I think it has something to do with the css.
Also, I wanted to have a little bit of space between the 3 input fields but I don't know how to do this.

Thanks for the help,
Rosalie

CChawps
07-27-2011, 06:40 AM
Just add this somewhere in your stylesheet:


.sdf1 {
list-style-type: none;
}

-Toby

Rosalie
07-27-2011, 06:29 PM
Just add this somewhere in your stylesheet:


.sdf1 {
list-style-type: none;
}

-Toby

Thank you very much Toby, that indeed worked!