【发布时间】:2014-07-11 01:04:59
【问题描述】:
我有 html 表单和 css,可以并排放置我的按钮。但我无法在按钮之间留出空间。
这是我的代码:
<html>
<body>
<div class="custom-buttons">
<form action="http://trinker.github.io/qdap_dev/paste2.html" target="_blank">
<input type="submit" style="float:left;color:#fff" value="paste2"/></form>
<form action="http://trinker.github.io/qdap_dev/colSplit.html" target="_blank">
<input type="submit" style="float:left" value="colSplit"/>
</form>
<p style="clear:floats"></p>
</div>
</body>
</html>
【问题讨论】:
-
你试过
margin吗?