while working on the layout of a simple site I'm doing, I came across a really annoying problem of which I just can't find the cause! I have no idea how to remove the linebreak below my submit button, extending the div which it's in downwards.
I've simplified the page as much as I could, though there may still be some unnecessary elements in there.
Any help would be much appreciated!
That's all you need.
Ok, I lied: That's all you need for Firefox/Chrome.
You have this:
In IE, you need a modern doctype such as
<!DOCTYPE html>
to bring it out of Quirks mode.You should add a doctype anyway.