On Aug 1, 2005, at 7:02 PM, Terrence Wood wrote:
Do you mean for using more than one label for a form? Note the explicit and implicit relationship of the second label.
<!-- snip, later in the page -->
This would be explicit?
<label for="foo">Foo
And this implied?
<input type=text id="foo" name="foo" />
</input>
****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
