How to prevent newline/line break within a <form></form>?
This is my code. <form name="publish"> <?php include 'location.selector.html'; ?> <input type="submit" value="submit"/> </form> When displayed, there is a newline preceding the submit button, how to eliminate this newline/line break? The HTML content of location.selector.html is <table><tr><td>都道府県を選択してください</td> <td>市区町村を選択してください</td></tr> <tr><td align="center"> <SELECT name="pref" onChange="changePref(true)"> <OPTION VALUE="99">全国 <OPTION VALUE="0">北海道 <OPTION VALUE="1">青森県 <OPTION VALUE="2">岩手県 <OPTION VALUE="3">宮城県 <OPTION VALUE="4">秋田県 <OPTION VALUE="5">山形県 <OPTION VALUE="6">福島県 <OPTION