Heim  >  Artikel  >  Web-Frontend  >  为什么我的表格内容显示不完全_html/css_WEB-ITnose

为什么我的表格内容显示不完全_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:201976Durchsuche







Build: 



Platform: 

Scan Status: 





Uploaded Files:  http://www.jxy120.com







回复讨论(解决方案)

td/tr只有开始标记符,没有结束标记符</td></tr>。你觉得能出来吗?

同意楼上的,你的html没有掌握好,

 <div id="mainframe"><table><tr><td class="label">Build: </td> <td id="buildInfoField" class="data"></td> <td id="newbuildButtonPane" class="buttons"></td> <input id="newbuildButton" type=button value="Add New Build"><tr><td class="label">Platform: </td>  <td id="platformField" class="data"></td> <tr><td class="label">Scan Status:  </td> <td id="statusField" class="data"></td> <td id="reportButtonsPane" class="buttons"></td> <input id="pdfButton" type=button value="PDF Report"><br><input id="xmlButton" type=button value="XML Report"><tr><td class="label">Uploaded Files: http://www.jxy120.com</td> <td id="prescanField"></td> <input id="showFilesButton" type=button value="Show uploaded files"><td id="ulButtonPane" class="buttons"></td> <input id="ulFilesButton" type=button value="Upload Files"></table></div>

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn