When you copy lable link address in blogger html it gives error like
Error parsing XML, line 884, column 64:The reference to entity "version" must end with the ';' delimiter.
So how to fix it just follow these steps
1:Copy your lable adress and paste it in '#'
Note: Delete # by your own address
Ex: Before
<li><a href='#'>Software</a></li>
Ex: After
<li><a href='http://thumb.blogspot.com/search/label/Blogger?&max-results=7'>Blogger</a></li>
2:you will get error
Error parsing XML, line 884, column 64:The reference to entity "version" must end with the ';' delimiter.
3:Make this change in your lable address
Ex: Before
<li><a href='http://thumb.blogspot.com/search/label/Blogger?&max-results=7'>Blogger</a></li>
Ex: After <li><a href='http://thumb.blogspot.com/search/label/Blogger?&max-results=7'>Blogger</a></li>
4:Click Save and you are Done
Labels: Blogger, Learnings
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home