>  기사  >  웹 프론트엔드  >  table-tr怎么对齐_html/css_WEB-ITnose

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

WBOY
WBOY원래의
2016-06-21 08:56:291358검색

<!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으로 문의하세요.