Hi.
I want to prevent line breaks between two forms I have.
So basically:
<form action="...">
<input type="submit" />
</form>
LINE BREAK HERE
<form action="...">
<input type="submit" />
</form>
I want to remove the line break. I want the input buttons to be on the same line, like a menu.