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

WBOY
Release: 2016-06-21 08:56:29
Original
1325 people have browsed it

<!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>
Copy after login


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


回复讨论(解决方案)

 

 



感谢感谢

看来要恶补一下css才行
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!