I am sure it is a minor issue but I am trying to use the HTML module to drop in a PayPal button code. Below is the code. The blue line just keeps going… and going…
I tried to use the Basic Text Editor (using the text tab) option also, but that wouldn’t stick either. I need to use PayPal at first, with thoughts of movng to woo com down the road. Please take a look and let me know.
Please reply and I’ll give you the creds to get in.
Thanks Guys,
JP
-----------------------CODE BELOW-------------------
<form method=“post”
action=“https://www.paypal.com/cgi-bin/webscr”
target=“paypal”>
<input type=“hidden”
value="_s-xclick"
name=“cmd”> <input type=“hidden”
value=“P93KQP2P6SEPG”
name=“hosted_button_id”>
<table style=
"BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:"
border="0">
<tbody>
<tr>
<td style=
"BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:">
<input type="hidden"
value="Sizes | Quantities"
name="on0">Sizes | Quantities</td>
</tr>
<tr>
<td style=
"BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:">
<select name="os0">
<option selected
value="X-Small | Case | 10 Boxes of 100 Gloves">
X-Small | Case | 10 Boxes of 100 Gloves $66.50 USD
</option>
<option value="Small | Case | 10 Boxes of 100 Gloves">
Small | Case | 10 Boxes of 100 Gloves $66.50 USD
</option>
<option value="Med | Case | 10 Boxes of 100 Gloves">
Med | Case | 10 Boxes of 100 Gloves $66.50 USD
</option>
<option value="Large | Case | 10 Boxes of 100 Gloves">
Large | Case | 10 Boxes of 100 Gloves $66.50 USD
</option>
<option value="X-Large | Case | 10 Boxes of 100 Gloves">
X-Large | Case | 10 Boxes of 100 Gloves $66.50 USD
</option>
<option value="X-Small | Box | 100 Gloves">
X-Small | Box | 100 Gloves $7.95 USD
</option>
<option value="Small | Box | 100 Gloves">
Small | Box | 100 Gloves $7.95 USD
</option>
<option value="Med | Box | 100 Gloves">
Med | Box | 100 Gloves $7.95 USD
</option>
<option value="Large | Box | 100 Gloves">
Large | Box | 100 Gloves $7.95 USD
</option>
<option value="X-Large | Box | 100 Gloves">
X-Large | Box | 100 Gloves $7.95 USD
</option>
</select></td>
</tr>
</tbody>
</table><input type="hidden"
value="USD"
name="currency_code"> <input alt="PayPal - The safer, easier way to pay online!"
src="http://theheartstarters.com/images/shop.png"
type="image"
border="0"
name="submit"> <img title=""
style="HEIGHT: 1px; WIDTH: 1px"
border="0"
alt=""
src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif">
</form>
-------------------------------END CODE----------------------------------------