Sorry - you are right, of course. Thanks for the correction!
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"David Powers" <david@example.com> wrote in message
news:erep7j$5bm$1@forums.macromedia.com...
> Murray *ACE* wrote:
>> Just put an input field on your page -
>>
>> <label for="dayofweek">What is the name of the
day that comes between
>> Tuesday and Thursday:</label>
>> <input type="text" name="dayofweek" />
>
> There needs to be an ID in the input tag. The "for"
attribute matches the
> ID, not the name:
>
>
http://www.w3.org/TR/html4/interact/forms.html#h-17.9.1
>
> Should be:
>
> <label for="dayofweek">What is the name of the day
that comes between
> Tuesday and Thursday?</label>
> <input type="text" name="dayofweek" id="dayofweek"
/>
>
> --
> David Powers, Adobe Community Expert
> Author, "Foundation PHP for Dreamweaver 8" (friends of
ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/