`
wsql
  • 浏览: 11783147 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

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。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics