Jump to content

Can somebody please help me validate this


joshbedo

Recommended Posts

I have been trying to clean up code on this website i just built and downloaded a firefox plugin to check for validation easier and see what line something is giving an error. I just cleaned up alot and only have 19 errors and now i try to test it on the W3C website and get

 

Sorry, I am unable to validate this document because on line 142 it contained one or more bytes that I cannot interpret as us-ascii (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.

 

The error was: ascii "\x85" does not map to Unicode

 

i checked out line 142 and i dont see anything wrong with it.

 

heres the link

http://www.eriesd.org/central/central2

Link to comment
Share on other sites

figured out what wasnt let me validate it was the character encoding i used a tidy html tool on a site and it changed my website encoding.

now im just having problems with

 

Line 151, Column 74: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

 

…a href='/central/central2/article.php?id=34'><div class='drag-label'></div></a>

 

 

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

 

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.