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

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>").

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.