Hi, everyone,

First of all, thanks to anyone who is reading this and doubly so for any input, help or guidance.

I've got a form in a block that is having the same problem in multiple themes, even Garland, so I'm not sure where to go from here to implement the fix. The problem is that after the submit button and the form ending tag, the next text is spaced way down the block, and I've tried setting to the margin and padding (both 0) on a div encompassing the form as well as the paragraph tag after, it shouldn't really do that...upon first glance.

Is there some sort of built-in form CSS that needs to be overridden? I'll be happy to share the code and CSS if needed. IE and FF same problem, and Firebug says that it's the form tag itself, but doesn't seem to give any additional input.

Thanks, and sorry in advance if this is something obvious,

- A

Comments

AngelicLight’s picture

Line breaks were being inserted at runtime that was causing this. Another thread said to watch the Full HTML on another form-related issue and it turns out it was my problem as well.

I hope someone gets something out of this, too!

- A

jebernier’s picture

Having the same issue.

What do you mean by watch for Full HTML?