How do I add a PayPal button to a DotNetNuke web site?

=========REF: http://blogs.snapsis.com/PermaLink,guid,94277650-bd4c-445f-badf-b84646ecc8eb.aspx =========QUESTION: When I add a PayPal Buy Now, Donate, Add To Cart, etc button to my DotNetNuke web site, the button simply refreshes the page, nothing happens. =========ANSWER: 1. Remove the <Form> </Form> tags from your PayPal code.2. AddonClick="this.form.action='https://www.paypal.com/cgi-bin/webscr'; this.form.submit();" to the Buy Now input button. Example:<input onclick="this.form.action='https://www.paypal.com/cgi-bin/webscr';this.form.submit();" alt="Make payments with PayPal - it's [...]