Albert 網路筆記
2013年9月7日 星期六
Html 表單 Form 換行排除
方法一
Inline Styles
<form style="margin:0px; display:inline;">
</form>
方法二
Internal Style Sheet
<head>
<style type="text/css">
form{
margin:0px;
display:inline
}
</style>
</head>
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言