Sometimes the browser will display a new line character near a form tag in HTML.
This can be fixed using below CSS.
form {display: inline; }
Sometimes the browser will display a new line character near a form tag in HTML.
This can be fixed using below CSS.
form {display: inline; }