首页  >  文章  >  web前端  >  table-tr怎么对齐_html/css_WEB-ITnose

table-tr怎么对齐_html/css_WEB-ITnose

WBOY
WBOY原创
2016-06-21 08:56:291325浏览

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>    <title></title>    <script src="Scripts/jquery-1.4.1.js"></script>    <style type="text/css">        .style1        {            width: 176px;        }    </style></head><body>    <table style="width:100%;">        <tr>			<th class="style1">时限:</th>			<td align="left">			<input id=limited_time name="limited_time" value="1" style="float: left;line-height:22px; height: 44px;"			 type="text" class="form-control span3" datatype="n1-4" sucmsg=" ">个工作日			</td>           </tr>    </table></body></html>


就是这个破玩意。求怎么对齐呀,附加个链接,直接编辑测试
http://www.runoob.com/try/try.php?filename=tryhtml_intro


回复讨论(解决方案)

 

 



感谢感谢

看来要恶补一下css才行
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn