When I declare the <form> tag in my HTML document, the browser automatically breaks to a newline. I have tried to declare the <form> tag within a column <td> of table <table> to prevent the trailing text from starting on a newline, but this method does not work. I am hope someone knows how to prevent this problem.
Visual Example
(without <form> tag)
----------------- ( <- <hr> tag )
my text ( <- following text)
(with <form> tag)
----------------- ( <- <hr> tag )
( <- <form> tag & unwanted line break )
my text ( <- following text)
Visual Example
(without <form> tag)
----------------- ( <- <hr> tag )
my text ( <- following text)
(with <form> tag)
----------------- ( <- <hr> tag )
( <- <form> tag & unwanted line break )
my text ( <- following text)