One, is that <A> doesn't support target="_blank"??? WTF how am I supposed to open links in new windows???
Two, is I have used a <label> inside a FORM
I have no idea how the heck to fix this error...do I have to surround my labels with a P tag or something? Isnt' that overkill???Line 50 column 25: document type does not allow element "label" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
<label for="catlist">Categories</label>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
One more thing
I am using tables, but very limitedly...if there are no valign attributes in TD's anymore, how the heck am I supposed to vertically align any content??? There isn't a equivelant CSS attribute is there???
