View Full Version : When using http://validator.w3.org/ service to valid must show errors 0
leonidassavvides
05-15-2008, 08:35 AM
When using http://validator.w3.org/ service to valid must show errors 0 ? I see some errors that do NOT seem for errors are really errors ?
tech_support
05-15-2008, 09:31 AM
Can you give us a link to the site that you're trying to validate?
leonidassavvides
05-15-2008, 10:40 AM
http://www.polis-realestate.eu/
leonidassavvides
05-15-2008, 11:34 AM
CHECK AND THIS MAINLY XML ERRORS xhtml trans. doc...
http://www.paphoscarhire.com/cars/b1.htm
Medyman
05-15-2008, 01:57 PM
Which errors are you not able to fix? They're all fixable errors, as far as I can tell.
In the first link you posted (polis-realestate.eu), a lot of the errors are because of your JavaScript. Many more are because you didn't encode your ampersands. A few are because you're using uppercase in the XHTML Tags.
I think you should review the W3C's Common HTML Validation Problems (http://www.htmlhelp.com/tools/validator/problems.html#script) page.
All of the XML Parsing errors are because you haven't ended some tags propertly so it throws off all the tags after it.
Overall, though, is there a reason you're using XHTML Transitional? From what I can tell, you're not using XHTML at all. You're using HTML only. Considering that you're not using XHTML and that it isn't supported in IE browsers, you should really switch to a HTML Doctype -- even if it's HTML Transitional (though Strict is always preferred, and there is no reason why you can't make that page strict. It's not using any elements that aren't permitted under the Strict DTD).
HTML 4.01 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
HTML 4.01 Transitional
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
tech_support
05-17-2008, 07:10 AM
Have you tried cleaning up your HTML with HTMLTidy?
molendijk
05-17-2008, 12:04 PM
http://validator.aborla.net/ will correct the basic errors.
---
Arie Molendijk.
techno_race
05-18-2008, 05:08 AM
Have you tried cleaning up your HTML with HTMLTidy?
I've had bad experiences with that in the past. :S
leonidassavvides
06-16-2008, 12:44 PM
Is it wrong, to replace all ampersands with encoded-ampersands in code view dw cs3 ?
Medyman
06-16-2008, 01:00 PM
leonidassavvides, please stop double posting all of your questions. if you questions aren't answered after a reasonable period of time (say, a few days), then feel free to bump your old topic.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.