I have noticed that when I add a form to my page a line break is added to the page. There is no <br> or <p> tag but the line break appears in my page when displayed in a browser and it affects my page layout. Is there a way around the form tag to not add a space or line break at the end of the form?
Do you find <br> in HTML source code of your page? If yes, maybe your platform automatically replace \r\n by <br>. You may find this case when using blogger.com.