I am looking for a way to ensure that there are no line breaks between two forms that I have on my website.
Here is the code snippet:
<form action="...">
<input type="submit" />
</form>
LINE BREAK HERE
<form action="...">
<input type="submit" />
</form>
I am trying to eliminate the line break in order to have both input buttons appear on the same line, similar to a menu.