On 5/6/05, tee <[EMAIL PROTECTED]> wrote: > document type does not allow element "input" here; missing one of "p", "h1", > "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", > "del" start-tag > > I do not understand at all.
Another way to say it: The element that wraps the input MUST be one of the above listed. Those are the only elements that allow input elments in their contents. You probably have your input element wrapped directly in your form element - you need to insert one of the mentioned elements as the parent of your input element. -- David "liorean" Andersson <uri:http://liorean.web-graphics.com/> ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
