62
技术社区[云栖]
html中常用的table表格的css
table
{
border-collapse: collapse;
border: 1px black solid;
}
tr td
{
border: 1px black solid;
height: 20px;
text-align:center;
}
.tdcenter
{
align:center;
valign:center;
}
.t
{
font-size: 13px;
font-weight: bold;
height: 30px;
border: 1px black solid;
background-image: url('../images/footbk.png');
background-repeat: repeat-x;
color: white;
}
当然了,我们有强大的编辑表格的工具,Dreamweaver。
最后更新:2017-04-02 22:16:29