會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

網頁程式設計 Web Development » 刪除網頁中表單form標籤顯示時上下出現的空行

發表人: andowson, 七段學員
2009-11-18 13:20:24
只要在form標籤的後面加上style="margin: 0px; padding: 0px;"即可。
<form name="loginform" method="post" style="margin: 0px; padding: 0px;">

<table>
...
</table>
</form>

參考資料:
http://www.webdevelopersnotes.com/tips/html/removing_space_padding_from_form_tag.php3




會員註冊 / 登入  |  電腦版  |  Jump to top of page