Hi there,
I now have a form up and it seems to be inserting bullets in front of each item.
After reading this: http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/
I’ve tried adding the following to the css:
[css]
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type:none!important;
list-style-image:none!important;
list-style:none!important;
background-image:none!important;
background:none!important;
padding:0!important;
margin:0!important
}
(I’ve also tried it with the ‘!important’ comment removed. from each line, retaining the ';' character)
I’ve also tried turning on and off the css output in the forms settings.
Here’s the page with the form:
http://www.bcss.org/2011/11/e-newsletters/tell-us-your-story/
My css doesn't use images for bullets, or have other list-type styling that should conflict.
Any suggestions?
Sincerely,
Sophia