Klubhead
06-17-2010, 12:25 AM
Hello everyone, first time poster here.. just need a little help getting a paypal button to work. I decided to put the entire site (only 9mb) in a zip and upload it to rapidshare so whoever checks it out can get a full look at it..
the only thing im stuck on right now is adding a paypal button below each shirt, whenever i copy/past the code under the picture i'm getting a super stretched out "buy now" button and i'm thinking it's being caused by some css coding.
the site is a template from idesigners, being a template i just cant seem to narrow down the problem.. any helps greatly appreciated! thanks :thumbsup:
site download (the only important html page is index, the rest i haven't messed with yet):
http://rapidshare.com/files/399828185/EnvySite.rar.html
paypal buy button i'm trying to embed:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="LCMWPRTBPRD7U">
<table>
<tr><td><input type="hidden" name="on0" value="Sizes">Sizes</td></tr><tr><td><select name="os0">
<option value="S">S </option>
<option value="M">M </option>
<option value="L">L </option>
<option value="XL">XL </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
the only thing im stuck on right now is adding a paypal button below each shirt, whenever i copy/past the code under the picture i'm getting a super stretched out "buy now" button and i'm thinking it's being caused by some css coding.
the site is a template from idesigners, being a template i just cant seem to narrow down the problem.. any helps greatly appreciated! thanks :thumbsup:
site download (the only important html page is index, the rest i haven't messed with yet):
http://rapidshare.com/files/399828185/EnvySite.rar.html
paypal buy button i'm trying to embed:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="LCMWPRTBPRD7U">
<table>
<tr><td><input type="hidden" name="on0" value="Sizes">Sizes</td></tr><tr><td><select name="os0">
<option value="S">S </option>
<option value="M">M </option>
<option value="L">L </option>
<option value="XL">XL </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>