【发布时间】:2014-08-04 15:46:41
【问题描述】:
使用 css 和 html 制作联系表格。这就是我想要做的。
margin-left:auto;margin-right:auto
让我的提交按钮居中。这是我的代码:
【问题讨论】:
-
为什么你使用表格作为按钮而不是像其他的 div。
-
那个标记让独角兽哭了。
-
如果您不使用表格,则将其居中:jsfiddle.net/T7UtM/1。如果您必须使用桌子(无论出于何种原因),您需要在桌子上使用
margin: auto。