im not an expert on this but should there be a fieldset or legend around this?
not even sure if it qualifies as a form, although it has a submit button.

<h4>Check-in Date:</h4>
 <select name="...">
<option value="1">01</option>
       .....
</select> <select name="..." id="...">
<option selected="selected" value="09|2008">Sep 08</option>
.....
</select>


<h4>Check-out Date:</h4>
<select name="...">
<option value="1">01</option>
.....</select>
 <select name="...">
<option selected="selected" value="09|2008">Sep 08</option>
.....
</select>

<div class="button">
<input type="submit" name="..." value="Search" id="..." />
</div>

-thanks in advance
kevin



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

Reply via email to