Thanks to Paul Debban, who suggested that I associate the help text
with the input rather than the label. This validates:

<dt><label for="projectdddress">Street Address:</label>

</dt>
      <dd><div class="help">If known.</div><input type="text"
id="projectdddress" name="projectdddress"
size="50" value="" maxlength="1" /></dd>

Lisa

On 10/20/05, Lisa Hoppes <[EMAIL PROTECTED]> wrote:

> The validator is not liking this:
>
> <dt><label for="projectdddress">Street Address:</label>
>         <div class="help">If known.</div>
> </dt>
>         <dd><input type="text" id="projectdddress" name="projectdddress"
> size="50" value="" maxlength="1" /></dd>
>
> What is a good solution? I'd like to have:
> label (break)
> help text (break)
> input
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to