Jump to content

Valid Xhtml


Html

Recommended Posts

Hi there, I've had some problem with validating my page... I'm not sure what exactly has happened :)

# Error  Line 12 column 105: end tag for "img" omitted, but OMITTAG NO was specified..../calmocean.jpg" alt="" border="0"></a>You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".✉# Info Line 12 column 47: start tag was here....mages/calmocean.jpg" target="_blank"><img src="thumbimages/calmocean.jpg" alt# Error Line 13 column 99: end tag for "img" omitted, but OMITTAG NO was specified....ges/ocean2.jpg" alt="" border="0"></a>✉# Info Line 13 column 44: start tag was here....="images/ocean2.jpg" target="_blank"><img src="thumbimages/ocean2.jpg" alt=""# Error Line 14 column 97: end tag for "img" omitted, but OMITTAG NO was specified....ages/shore.jpg" alt="" border="0"></a> ✉# Info Line 14 column 43: start tag was here....f="images/shore.jpg" target="_blank"><img src="thumbimages/shore.jpg" alt="" # Error Line 26 column 229: non SGML character number 146....t water animation, that certainly isn��t easy to master, especially if you’vYou have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.✉# Error Line 26 column 265: non SGML character number 146....n’t easy to master, especially if you’ve decided to build water and have ne✉# Error Line 27 column 79: non SGML character number 146....be a daunting task, especially if you��re going to use a computer that doesn�✉# Error Line 27 column 117: non SGML character number 146....�re going to use a computer that doesn’t have a lot of RAM (Random access me✉# Error Line 27 column 178: non SGML character number 146....Random access memory), 512MB of RAM isn’t what I would say is sufficient. Ov✉# Error Line 27 column 385: non SGML character number 146....s for the render to complete. If you don’t mind a rendering time of about ni

Thank you.

Link to comment
Share on other sites

It looks like you aren't closing your image tags.<img src="thumbimages/calmocean.jpg" alt="" border=""> should be more like <img src="thumbimages/calmocean.jpg" alt="" border="" />

Link to comment
Share on other sites

..t water animation, that certainly isn��t easy to master, especially if you’vYou have used an illegal character in your text....
It looks like the ' has been converted to ?? in "isn't" and there is a different ’ rather than ' in "you'v". Are you, by chance, writing this page in a Microsoft product like Word or FrontPage? It could be that your application is putting in fancy single- and double-quotes rather than the plain ASCII single- and double-quotes - ' and " - and the validator might be choking on those characters.If this is the case, try opening your document in a text-editor - like Notepad - and converting all of the ’ to ' and the “ and ” to ".EDIT: Or, if you are dead-set on using the fancy quotes, try using HTML Entities instead.http://www.w3schools.com/tags/ref_entities.asp“ = “ (or & #8220;) for example.
Link to comment
Share on other sites

Interesting. Perhaps your computer is set up to use a different character set. Or perhaps you received the copy from somewhere else and copied the text from a Word document?In any case, glad I could be of assistance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...