How do you indicate to a user that a group of fields is only required if they fill out any part of the fields?
I have a form that is split into two parts, The one half of the form is required. The other half of the form is only required if any field on the form is partially filled in. For the form f... Read more
3 answers Latest by Nathan Duran 3 months ago
Doctype validation
This is a two part question, first I cant seem to figure out what is causing this validation error. Line 1, Column 1: end of document in prolog From the w3c validation online tool, the ... Read more
3 answers Best answer by kainosnous
Why does the Safari Web Inspector complain about unmatched </p> tags?
I'm using HTML5 <!DOCTYPE HTML> on a simple page with some paragraph tags inside of div tags, and list tags inside the paragraph tags. Firefox/Firebug seems to like it okay, but Safari (4.0.4) Web... Read more
2 answers Best answer by Andy Ford
Validate .html with W3C if you set target attribute on <a>-element?
If you set the target attribute on an a-element the code won't validate at http://validator.w3.org how does one come around this and still have it validating with the targetattribute that is? Read more
4 answers Best answer by Jens Hedqvist
Can a span contain a div in HTML5?
I know in HTML4 that a span (inline element) could not contain a div (block-level element), but under HTML5 I'm not so sure: The [span][1] element context is "where phrasing content is expect". ... Read more
4 answers Best answer by Geoffrey Lee
How can I label this form properly?
How can I fix this buttonless search form so that it will validate correctly with [WAVE][1]? <?php $search_text = "Search"; ?> <?php b... Read more
4 answers Best answer by David Owens
Urgent: How do i make my page compliant for IE?
Hey: I have a new-media and entertainment review site setup at www.rodneypiper.tv It displays fine when viewed with Firefox and Google Chrome, but when i launch the page using Internet Exp... Read more
2 answers Latest by songdogtech 9 months ago
Validation problems
Thanks in advance for looking at this. Check out http://www.donotbendinc.com/index.php. I keep getting validation errors on it that I can figure out: Line 167, Column 7: end tag for "div"... Read more
4 answers Best answer by Clay Hinson
HTML-Validation: How to remove an inexisted whitespace-char before the header?
Hi, I'm currently confronted with a very strange Validation Error I'm unable to remove. The Result can be seen here: [http://validator.w3.org/check?uri=http%3A%2F%2Fwww.onetreuhand.ch%2Ftreu... Read more
1 answer Best answer by Rob
Can CSS with -webkit-text-size-adjust be Valid?
I've started using the following CSS in my reset CSS to ensure my text is never re-sized on Apple's mobile devices. * { -webkit-text-size-adjust: none; } But, this doesn't v... Read more
5 answers Best answer by Tony Crockford
