[thelist] weird validation problem

rudy r937 at interlog.com
Fri Apr 19 12:42:00 CDT 2002


>I'm having trouble validating a page: www.tioka.com

hi nick

you're getting an error on <label>text</label>

just guessing, but that text isn't in a container other than the enclosing
<form>, so perhaps a <p>...</p> block is assumed, and of course you can't
have a block element inside <label>..</label>

try    <p><label>text</label></p>   instead


rudy




More information about the thelist mailing list