XHTML Validation and utf-8
-
I’ve spent the last day or so tweaking my template and my posts so it will validate. I’ve got everything ironed out except this one.
A few pages on my blog will not validate. Examples listed below.
I have already tested this with all plugins activated, all plugins deactivated, and with all combinations of some active.
I’m pulling my hair out. Any help would be appreciated by me and by my hairline.
For this page
https://www.dcroe.com/blog/index.php?paged=6
generates the following error“Sorry! This document can not be checked.
Sorry, I am unable to validate this document because on line 340 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.”
In this case the line in question is a line of text in a post.
For this page
https://www.dcroe.com/blog/index.php?paged=7
The errors are on lines 293-305
Which starts in the middle of a post and continues through the end of the post and the div:post-info that follows the post.For this page
https://www.dcroe.com/blog/index.php?paged=10
The error is on lines 263
The only thing on this line is div class=postFor this page
https://www.dcroe.com/blog/index.php?paged=12
The errors are on lines 244,246
Which is the opening tag and second list of the post specific xml infoFor this page
https://www.dcroe.com/blog/index.php?paged=14
The errors are on lines 225-226
The only thing on this line is div class=post
Which is the closing tag of the xml info and div class=post-footerFor this page
https://www.dcroe.com/blog/index.php?paged=16
The error is on lines 267
The only thing on this line is div class=post-content
- The topic ‘XHTML Validation and utf-8’ is closed to new replies.