Stop A New Line Appearing After A Form
This is a very common problem with a new line being inserted at the end of a from, however there is simple answer that lies in CSS
Simply place this into your style sheet
form {display:inline}
and all your problems are sorted |