Have you ever tried to insert the Google Adsense code or Bidvertiser code or Another javascript code directly into your Blogger XML Template and get this error?
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The processing instruction target matching "[xX][mM][lL]" is not allowed.
So, you resolve to insert the Javascript code using blogger widgets. However that means your widgets can not appear within each post, the best spots to place your ads. Don't worry, there is a way of inserting Javascriptcode straight into your XML templates.
Since Blogger started using XML everything is more strict and standardized. The above error simply mean the javascript code is not standized XML and solve it we need to replace all the html character such as '<' with '>' '"' with '"'. For example: You can use your text editor to replace all the HTML, but Blogcrowds also has an HTML parsed that takes care of everything for you. Now with the code you can paste it anywhere in your HTML code with no error at all.
Insert Ads Code Into Blogger XML Post Body
Labels:
Free Online Tools
Posted on Saturday, January 24, 2009
under categories:
Free Online Tools.
You can leave any Response.
Tulisan ini dibuat Oleh Free2Host ©2009 All rights reserved.
Related Post
March 16, 2009 at 12:07 PM
Thanx. Now i am trying
Post a Comment