Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey every one each time I try to save this line of code
HTML
<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.htmlhelp.com/">

Blogger will give me an error like
Error parsing XML, line 6, column 22: Open quote is expected for attribute "{1}" associated with an element type "HTTP-EQUIV".

I have tried lots of things and now I need help from you guys :)
Posted
Updated 19-Aug-12 23:13pm
v2

1 solution

Meta Tag Format
HTML
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

in your case give double quote to the refresh like this
HTML
<meta http-equiv="Refresh" content="10; URL=http://www.htmlhelp.com/"></meta>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900