Hi everybody, Although this is valid (see snippet below), and there are alt and title tags for the image, does the following make sense from an accessibility or usability point of view? Are there any problems with this sort of markup?
Thanks for any opinions, Sacha ------snippet----- <label for="google"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_40wht.gif" width="128" height="53" alt="Search Google" title="Search the Internet using Google" /> </a> </label> <input type="text" name="q" id="google" value="" /> -----end snippet---- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
