Re: forms need a start tag?

* Lysanne Lessard wrote:
>I am trying to correct this page:
>http://lysanne.net/CVS_CSS/maquette/index.htm
>
>I am getting an error message which I do not understand:
>Line 37, column 60: document type does not allow element "FORM" here;
>missing one of "OBJECT", "MAP" start-tag
><form action="#" method="get" name="langue" id="langue">

A <span> element cannot contain a <form> element. It can contain
<object> and <map> elements which can contain a <form> element,
though this is probably not what you want to do. Also note that
<span> cannot contain <div>.

Received on Monday, 31 May 2004 09:52:13 UTC