Pasting HTML into WordPress
WordPress is web software you can use to create a website or blog. There are MANY different versions of WordPress and some of them will change the HTML that you copy and paste into it.
Usually this change makes the button function improperly, or not at all.
Here is how you should paste HTML into WordPress to avoid the problem:
- Download the Raw HTML [wordpress.org] WordPress plugin.
- Install the plugin onto your WordPress server.
- Paste your HTML into WordPress. However be certain to add a "<!--raw-->" tag above the HTML, and a "<!--/raw-->" tag below the HTML.
In some cases upgrading to a newer version of WordPress can break HTML that you created/pasted in many months prior. This is because WordPress is constantly upgrading/changing the way it processes HTML. Be sure to use the above method to avoid problems now, and later. |