If it's not a field it shouldn't be in a fieldset - which is a set of fields.

On Thu, August 7, 2008 10:07 am, Paul Collins wrote:
> Hi all,
>
> This is one I've never been sure of; should the submit button be in a
> seperate fieldset, or should it even be in a fieldset at all because it is
> not a group  of fields; it's a button on it's own.
>
> I usually put groups of fields in a fieldset, then have the submit button
> on
> it's own outside of the fieldsets. Would like to know what everyone else
> does?!
>
> For example:
>
> <form>
>     <fieldset>
>         <label>Search</label>
>         <input type="text" value=""/>
>     </fieldset>
>     <input type="submit"/>
> </form>
>
> As opposed to:
>
> <form>
>     <fieldset>
>         <label>Search</label>
>         <input type="text" value=""/>
>         <input type="submit"/>
>     </fieldset>
> </form>
>
> Any thoughts?!
> Cheers
> Paul
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************




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

Reply via email to