-2
如何將我的表格樣式輸入文本框轉換爲一系列類似於它的div?將輸入文本框從HTML表格轉換爲所有div
<table style="border: 1px solid #000000;" cellpadding="0" cellspacing="0">
<tr>
<td><input style="height: 17px; border: 0; width: 150px;" type="text"></td>
<td style="padding-right: 2px;"><a style="color: red; text-decoration: none;" href="javascript:add()">+</a></td>
</tr>
</table>
這是包含在你的代碼? – Toping