使用Nvu HTML編輯軟體
但PayPal的
購書按鈕按下去
書名會出現一堆數字
無法正常顯示
1. PayPal的按鈕如下:
2. 按下去後, 書名部份會出現一堆數字如下:
3. 該按鈕原始碼排列情形如下:
.....
<body>
<form target="paypal"
action="https://www.paypal.com/cgi-bin/webscr" method="post"><br>
<br>
1. 欲購買"在心靈操控下存活"<br>
<br>
<br>
<input src="https://www.paypal.com//en_US/i/btn/sc-but-02.gif"
name="submit"
alt="Make payments with PayPal - it's fast, free and secure!"
border="0" type="image"> <img alt=""
src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0"
height="1" width="1"> <input name="add"
value="1" type="hidden"> <input name="cmd"
value="_cart" type="hidden"> <input
name="business" value="george.latenig@msa.hinet.net"
type="hidden"> <input name="item_name"
value="在心靈操控下存活" type="hidden"> <input
name="item_number" value="1" type="hidden"> <input
name="amount" value="9.40" type="hidden"> <input
name="no_shipping" value="0" type="hidden"> <input
name="no_note" value="1" type="hidden"> <input
name="currency_code" value="USD" type="hidden">
<input name="lc" value="TW" type="hidden">
<input name="bn" value="PP-ShopCartBF" type="hidden"></form>
<br>
2. 欲購買"恐懼, 焦慮, 憂鬱"<br>
<br>
<form target="paypal"
........
4. 原始碼內容並無錯誤
只是編排上有點亂
不知應如何編排才能將書明正確顯示出來?