On Tue, 27 Nov 2007 13:34:05 +1000, Taco Fleur wrote: > > I have an error where it says "document type does not allow element "OL" here" > The ol tag is within a <form><fieldset> I don't understand, is this not > allowed? > Pass.
> I have an error where it says "end tag for element "P" which is not open." > The <p> tag > is actually within javascript, within the <head><script> I don't see how I > can fix this > error. > Are you using the "hide from Netscape 1" practice of enclosing embedded JS within HTML comments? If so, you may have a decrement operator "--" that ends the comment, causing some agents to begin parsing your JS as HTML. Without seeing your code, though, this is just a guess. There are several other possibilities. We need more information. Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************