Hi Gerd,

[email protected] schrieb:
thanks for your response.

The form is a child of <body /> and the document saves without errors without the form.

Have you tried to put the form in a div?

Just a guess.

unfortunately this doesn't impress the usecase - exactly the same errors.

the XHTML schema doesn't allow <input> directly inside <form>. The following should work:

<form action="index.html" method="get">
  <p>
    <input name="ptcode" type="text" />
    <input type="submit" value="go" />
  </p>
</form>


HTH,
-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to