E-mail List Archives
Re: valid code for LABEL?
From: Patrick H. Lauke
Date: May 2, 2005 2:17PM
- Next message: Glenda: "valid code for LABEL?"
- Previous message: Glenda: "Until user agents....."
- Next message in Thread: Glenda: "valid code for LABEL?"
- Previous message in Thread: None
- View all messages in this Thread
Glenda wrote:
> Would this be a valid fix?
>
> <TR>
> <TD vAlign="middle" align="right"><LABEL for="TextEmail">Email </TD>
> <TD><input name="TextEmail" id="TextEmail" type="text" class="portalsearch"
> maxlength="50" size="14" /><LABEL></TD>
> </TR>
>
> Can a LABEL span across two cells like this?
Absolutely not.
> Or is it better to forgo the
> label in this case?
What's wrong with the following?
<TD vAlign="middle" align="right">
<LABEL for="TextEmail">Email</LABEL>
</TD>
<TD>
<input name="TextEmail" id="TextEmail" type="text"
class="portalsearch" maxlength="50" size="14" />
</TD>
--
Patrick H. Lauke
_____________________________________________________
re
- Next message: Glenda: "valid code for LABEL?"
- Previous message: Glenda: "Until user agents....."
- Next message in Thread: Glenda: "valid code for LABEL?"
- Previous message in Thread: None
- View all messages in this Thread