I am brand new to WordPress. I was told this was the "latest verstion" but do not know how to tell what version it is.
I want to add a Paypal donate button to my page (which works in Joomla)
I tried to insert this code in HTML mode:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input name="cmd" value="_s-xclick" type="hidden" /> <input name="hosted_button_id" value="XL2G4JJKL9QM4" type="hidden" /> <input src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" type="image" border="0" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" target="_blank" width="1" border="0" height="1" /> </form>
When I click "Update" it gets turned into this:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" border="0" height="1" /> </form>
Why does this happen and how can I keep the editor from mucking with my HTML code? If I put in HTML code I want it to stay there!