我们为大家收集整理了关于html表格固定大小,以方便大家参考。
.auto {overflow: auto; height: 100px; width: 200px; clip: rect( ); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
在td标签中加入:
<div class="auto" align="left">你的文字<div>
希望大家可以学会html表格固定大小想了解更多精彩内容,请关注我们的网站!
相关推荐:
html表格对齐代码