Nick Lo wrote:
Thanks for your response, unfortunately that wasn't my question though I realise at a glance it's how my question read. It was specifically referring to this type of instance...
<p> <label class="blank" for="input_phone_1"> <select name="input_phone_1_type" id="input_phone_1_type"> <option value="">Please Select</option> <option value="work" selected="selected">work</option> <option value="home">home</option> <option value="fax">fax</option> <option value="mobile">mobile</option> <option value="other">other</option> </select> </label> <br /> <input type="text" name="input_phone_1" id="input_phone_1" value=""> </p>
Nick
shouldn't your label be: <label class="blank" for="input_phone_1_type">
Mike
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
