波紋管代碼用於將產品添加到籃子中。在<input type =「image」>上方插入文字
而不是隻使用圖像作爲購買按鈕在輸入我想有一個圖像或填充背景和HTML文本上面。
<input border="0" src="/images/buy.png" type="image" />
這是完整的代碼:
<span class="BuyButton_ProductInfo">
<table id="BUYSECTION">
<tbody>
<tr>
<td valign="top" align="left">Count<br />
<input id="amount" class="TextInputField_ProductInfo" maxlength="6" size="3" name="AMOUNT" value="1" type="text" /></td>
<td> </td>
<td class="BuyButton_ProductInfo">Buy<br />
<input border="0" src="/images/buy.png" type="image" /></td>
</tr>
</tbody>
</table>
</span>
怎麼樣了''