我是 html 新手,我正在设计我的网站。我做了一个中心对齐的表格,直到我在上面放了一个滚动条。现在我无法让表格居中对齐,除非我取出滚动条。我将向您展示我到目前为止所拥有的:
<div style="overflow: auto; height: 86px; width: 750px;">
<table
style="height: 86px; margin-left: auto; margin-right: auto; width: 750px; text-align: left;"
border-style:="" hidden;="" cellpadding="2" cellspacing="2">
<tbody>
TABLE CONTENT with multiple rows and two columns.
</tbody>
</table>
</div>
我尝试了几种不同的方法,但仍然没有运气。看起来它不应该这么难,所以我认为我忽略了一些小但重要的细节。任何帮助将不胜感激。