I tried putting a paypal subscribe button on my page using this code:
<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="4111462">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_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>
It seems to post right on the page, in other words the exact same code goes up and seems to be there when I check back but for whatever reason when I test it I get an error message saying - "link you have used to enter the PayPal system is invalid"
I am using what Paypal gave me...can anyone help me with this?