I'm trying to add PayPal buttons to allow donors to donate to our nonprofit organization. The HTML I am adding works until I update the changes. The button disappears on the web page and the HTML language does totally disappear but morphs into something less than what it was:
Was before Update:
<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="PFFYUD7KY23LS"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
Now after Update:
<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" />
Can you help? Thanks!
Terry
The blog I need help with is mealsonwheelserie.org.