> If you are looking for a simple search form (i.e. the input box into
> which user enters a search term followed by 'Search' submit button)
> you should be using something like this.
> 
> <label for="s">Search</label>
> <input type="text" name="s" id="s" />
> <input type="submit" value="Search" class="primary" />
> 
> You do not need <fieldset> nor a <legend> as they are intended for
> grouping form fields on more complex forms.

I agree. 
I'd just use a DIV to wrap these form controls. 

--
Regards,
Thierry | www.tjkdesign.com






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to