Hello all! I am creating a form using Forms 2.0. All is going well, but when I embed my form using the JavaScript snippets, it puts odd inline styles into some of the elements that I can't seem to override with my own CSS. Is there any way to remove inline style attributes?
Take this one from the submit button:
<span class="mktoButtonWrap mktoPaperMashup" style="margin-left: 120px;">
The 120px left margin is no where in my settings or css, yet there it is in the code.
Most likely I am just missing a setting or a way to override these inline styles, but it sure is vexing me.
Thanks for any help!
Doug