<table>
<tr>
<td height="30"></td>
<td></td>
</tr>
</table>
test2:
<table height="150">
<tr>
<td></td>
</tr>
</table>
test3:
<table>
<tr>
<td style="height:35px"></td>
</tr>
</table>
test4:
<table style="height:350pxoverflow:hidden">
<tr>
<td></td>
</tr>
</table>
亲,你想要哪个效果呢?
css中宽度和高度分别可以通过width和height实现,那么对于单元格的宽度和高度,则可以通过如下样式来设置td{
width:100px
height:50px}
/*设置单元格宽度100px,高度50px*/
示例如下:
给出html元素
1
2
345
6789
10
11
设置单元格高度和宽度样式
table{border-collapse:collapse}
td{
border:
1px
solid
green
/*边框*/
width:100px
/*单元格宽度*/
height:50px
/*单元格高度*/
text-align:center
/*单元格文字居中对齐*/
如下:<td width=175(自定义) height=31(自定义)>
TD vAlign=center align=middle width="100%" bgColor=#f9f9f9
height="100%"><img src="image/head.jpg" width="760" height="111" alt=""></TD>
用%来确认
★加Q解决14615500
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)