Opps, and associated the label with and id. For instance:

<label for="select">Please choose</label>
   <select name="select" id="select">

Daz

On 01/03/06, Darren West <[EMAIL PROTECTED]> wrote:
> Hi Kim,
>
> You need to associate a label * with your select element. For instance:
>
> <form id="selectform" method="post" action="action_script.php">
>   <fieldset>
>
> *  <label for="select">Please choose</label>
>
>   <select name="select">
>     <option selected="selected" label="vælg her">Vælg her</option>
>     <optgroup label="Vælg farver">
>     <option label="Sort/Grøn " value="0">Sort/Grøn </option>
>     <option label="Hvid/Blå" value="21">Hvid/Blå</option>
>     </optgroup>
>     <optgroup label="Tastatur">
>     <option label="Sæt accesskeys" value="accesskeys">Sæt accesskeys</option>
>     </optgroup>
>   </select>
>   <br />
>   <input type="submit" name="submit" value="Skrift"/>
>   </fieldset>
> </form>
>
> Substituting 'Please choose' with something indicative of the select
> elements choices.
>
> Daz
>
>
> On 01/03/06, Kim Kruse <[EMAIL PROTECTED]> wrote:
> > When I run this site http://mouseriders.dk/index.php through Cynthia
> > validator (level 1,2,3)  it fails Priority 2 - forms 12.4.3 and I just
> > can't figure out why. Could someone please explain it to me? Thanks a lot
> >
> > --
> >
> >
> > Med venlig hilsen/Best regards
> >
> > Kim Kruse
> > -------------------------
> > http://www.mouseriders.dk
> >
> >
> > ******************************************************
> > The discussion list for  http://webstandardsgroup.org/
> >
> >  See http://webstandardsgroup.org/mail/guidelines.cfm
> >  for some hints on posting to the list & getting help
> > ******************************************************
> >
> >
>
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to