Re: [VE] [65] Error Message Feedback

* Daniel Germer wrote:
>I have obviously just used the select within a div and within a form tag.
>Did the validator try to validate the select as in backissue_select???

In HTML 4.01 Strict / XHTML 1.0 Strict and XHTML 1.1 you can't use the
select element directly inside the form element, you need to enclose it
in a so-called "block level" element; the Validator lists elements that
can be used as container.
-- 
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 Wednesday, 2 March 2005 17:15:42 UTC