Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个浮动到页面左侧的表单。在同一行是一个应该以 text-align 样式居中的表格。为什么它偏离中心?我如何让它保持在中间?
text-align 是将文本和图像居中,如果您需要表格居中添加到父 div:margin:0px auto;
margin:0px auto;
例如:
table_wrap_div {width:200px; margin: 0px auto;}