Hi Drew,
Thanks for the feedback.
The aspx programmer is open to standards and may be receptive to my advice.


how about this:

<fieldset>

<legend>Room Search</legend>
<div class="checkin">
<label>Check-in Date:</label>
<select name="...">
<option value="1">01</option>
</select> ......
</div>
<div class="checkout">
<label for="...">Check-out Date:</label>
<select name="...">
.....</select>
<div class="button">
<input type="submit" name="..." value="Search" id="..." />
</div>
</div>
</fieldset>

...allthough when i look at it this nearly feels like a list to me...
-best
kevin

Drew Trusz wrote:


While it is possible that the check-in-check-out is truly a header, it
seems unlikely. It feels like a text sizing issue and that should be
done through css not mangled headers. I realize you may have no
control over that but it seems worth mentioning.


drew




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

Reply via email to