[thelist] form label tag

Nelson Rodríguez-Peña A. nelson at directorzone.com
Thu Sep 12 15:22:09 CDT 2002


Hi,

>>Ah, so the input has to be INSIDE the label, so I can't use them on
>>separate rows right? It must be <label for="1">One<input type="text"
>>id="1" name="1"></label>
>>is that correct?

not actually, you have to use it as:

<label for="forElementID">Bla</label>

where "forElementID" is the ID of the form element you are referring.


regards,

------------------------------------------------------------
Nelson Rodríguez-Peña A.
Diseño y Desarrollo Web y Multimedia
nelson at directorzone.com
------------------------------------------------------------





More information about the thelist mailing list