Re: cannot locate the error

* Albert Chang wrote:
>I'm trying to make all of my markups valid.  However, xhtml and all the 
>other markups are very limited.  So I am writing through php.  I 
>validated and got 1 error:
>http://validator.w3.org/check?uri=http%3A%2F%2Fcampgroundghosts.com%2FRegister%2Fstep2.php

XHTML 1.1 does not allow <input> elements as children of a <form>
element. Enclose the input element in some element that is allowed
in <form>, e.g. <form><div><input>... should work.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Sunday, 1 May 2005 20:35:14 UTC