w3c-validation

What is the best argumented proof of the statement "IE6 is not standards compliant"?

I've met a new friend. That's a woman and she is a designer. And she has a strange attitude towards IE of version 6 (and older). She just LOVES it. And she has a strong argument: "when I started programming websites, there were no "correct" browsers", so she beleives, that IE is the most correct ever. I'm a programmer and I was always sc...

What throws Internet Explorer into quirks mode ?

I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it enters quirk mode automatically, even though doctype is properly set and site goes through w3 validation (there is one error of missing some char, but file was cleared in hex editor). ...

curl to wc3 validator not working?

when I run the following, i get a w3c page with upload options, as though nothing has been uploaded. curl seems to be putting it up though, so i'm at a loss as to what to even troubleshoot dylan@MAJUSCULE:/opt/lampp/htdocs/dylanstestserver$ php index.php > test.html && curl -F "[email protected];type=text/html" http://validator....

HTML Validator won't load!

Hi, I have NO idea what the problem is. I need to validate my website as part of a uni assignment on w3.org and for some reason, this page just will not load. The CSS and HTML validator pages won't load at all, it says "network timed out". I have no clue why this is, it's been like this since I can remember. I have reset safari, emptied ...

W3C-Validation problem with overlapping form and div-tags

Hi, I'm having problems with validating this code with the W3 validator. The problem is with the <form> tag. I need the <form> tag to overlap several <div> and <span> tags because I have many different input fields and such, but I'm also using the Form2 and Form3 with input fields and such so I need to use </form> before the Form2. But t...