On Sat, 15 Jan 2005 23:12:57 +0000, Patrick H. Lauke
<[EMAIL PROTECTED]> wrote:
> The "most correct way" (tm): 
> <form action="..." method="...">
>      <fieldset>
>          <legend>Search Club Listings</legend>
>          <label for="name">Name of club</label>
>          <input type="text" name="name" id="name" />
>          <label for="state">State</label>
>          <select name="state" id="state">
>              <option value="...">...</option
>          </select>
>          <input type="submit" value="List" />
>      </fieldset>
> </form>

What about <br />s to seperate the form elements when CSS isn't
present? View that form in anything other than a CSS capable browser
and usibility goes right out the window...

That way you can still use display:block; for any elements you want
seperate, and form br {display:none;} to hide the breaks when they
aren't needed.

Andrew.
--------------------------------
http://leftjustified.net/
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to