新微赢技术网
标题:
[求助]关于表格居中的一个问题
[打印本页]
作者:
‘為ㄋ袮
时间:
2010-1-17 06:31
标题:
[求助]关于表格居中的一个问题
程序代码:
<table border="1" > <tr><td width="316" height="86" ><center>编号</center></td><td width="316" height="86"><center>名称</center></td><td width="316" height="86"><center>价格</center></td><td width="316" height="86"><center>作者</center></td></tr>
请问想让表格中的文字居中,除了在文字两边加<center></center>之外,还有没有其它办法?<td algin=center>这样好像不管用啊!请教还有没有其它的办法!谢谢!
作者:
天使的眼泪
时间:
2010-1-17 06:31
在tr中加
<table border="1" >
<tr align="center">
<td width="316" height="86" >编号</td>
<td width="316" height="86">名称</td>
<td width="316" height="86">价格</td>
<td width="316" height="86">作者</td>
</tr>
</table>
如果你用的是Dreamweaver的话这点很容易
作者:
搏斗小子
时间:
2010-1-20 19:05
晕。。。。怎么没早看到呢。。。。。。。。。
作者:
huangbo88
时间:
2010-2-7 21:05
顶顶更健康,越顶吃的越香。
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2