HTML not working in blog
-
Version 3.8.5
I can’t get my HTML to show up once I publish the blog post. I inserted it into the text section correctly. When I click back to visual, I see it perfectly. But once I click to update the blog, and view the post, its not there. Everything I can find googling says how to enter it correctly, which I did as proven by it showing up in the visual side, but nothing about it disappearing when you go to publish.
When I go back to edit (after viewing the published post), its no longer there in the visual side. Some of the code is still there in the text side, but not everything.
The specific code is for a paypal donate button. The blog purpose is fundraising, so I need to be able to insert this donate button onto every page. Here is the code:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”NTS37CVLLJ72Q”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.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>When I go back to edit after having published, this is all thats left of the code in the text section:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”><img alt=”” src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″ border=”0″ /></form>
Please help! Thank you.
- The topic ‘HTML not working in blog’ is closed to new replies.