Theme has a lot of validation error
-
Hello. I cheked
in
but the validator returned mor than 50 errors in the page. When I checked the source code of my page, I see that all the errors were caused by the code the theme add to my page.
Is that a “normal” thing? How can I avoid this problem?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Themes Staff will respond to this thread after it’s moved to the Themes Forum for you. -
-
Hello,
It looks like there are 2 different type of errors being reported by the validator.
1. Those that reference meta tags help display your blog in twitter when people tweet a link. Please read more about this feature: https://dev.twitter.com/docs/cards There’s not much that can be done about these unfortunately.
2. Paragraphs that set the “align” attribute to “justify” or “center”. This code exists in your post’s content area and you can easily remove this by editing your post from the HTML tab. The code will look similar to this:
<p align="justify">Removing these will get rid of most of the errors.
-
- The topic ‘Theme has a lot of validation error’ is closed to new replies.