On 12/12/06, Jason Kunesh <[EMAIL PROTECTED]> wrote:

Hi everybody-


Hi Jason!

               <label for="month">month<em>*</em></label>
                <select name="month">


Your use of FIELDSET is fine.

Your LABEL for the 'day' field is correct, but your other two are not. See
above. You need an ID attribute in the SELECT element for the LABEL to be
applied explicitly. A correct example would be:

   <label for="month">month<em>*</em></label>
   <select id="month" name="month">

Hope that helps!

Lachlan Hardy


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to