Hi Andreas, it works! :-)) I used a <div /> instead of the <p /> and it works great as well.
Many thanks! Gerd > >>> 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> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
