Hey Steve,
I have an iContact signup form on the bottom right home page of http://mooretechsolutions.com which was generated with their form generation program. I was checking on validator.w3.org and get several similar errors thusly:
Line 770, Column 51: document type does not allow element "input" here
…"listid" type="hidden" value="97834" />
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Is that something I should fix and if so how?![]()
As always, thank you for your feedback.
Don Moore






