washy21
07-19-2006, 01:08 PM
HI
I'm trying to validate my XHTML pages. I keep getting the below error. The below error came up when I asked it to validate a brand new Pixelpost Light Template which I haven't touched. I am getting the same errors when I try my own template. Can anyone help me solve the puzzle please.
Line 13 column 67: character "<" is the first character of a delimiter but occurred as data.
..." name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
I'm trying to validate my XHTML pages. I keep getting the below error. The below error came up when I asked it to validate a brand new Pixelpost Light Template which I haven't touched. I am getting the same errors when I try my own template. Can anyone help me solve the puzzle please.
Line 13 column 67: character "<" is the first character of a delimiter but occurred as data.
..." name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.