Date: Sat, 31 Dec 2005 11:22:42 -0500 From: Anish Mistry <mistry.7@osu.edu> To: freebsd-www@freebsd.org Subject: Label for checkboxes and other input fields Message-ID: <200512311122.43278.mistry.7@osu.edu>
next in thread | raw e-mail | index | archive | help
--nextPart3990042.Rzmn1OBt6p Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline By using the <label> tag to denote actual input field labels (eg. =20 radio, checkbox) you can make things much more useable. You can then=20 click on the label to tick the checkbox or radio button. eg. Change the following on the mailling list search page from: <td><input type=3D"CHECKBOX" name=3D"source" value=3D"freebsd-acpi" /> <strong>ACPI</strong></td> <td>ACPI and power management development</td> To: <td><input type=3D"CHECKBOX" name=3D"source" value=3D"freebsd-acpi" id=3D"freebsd-acpi" /> <label for=3D"freebsd-acpi">ACPI</label></td> <td>ACPI and power management development</td> =2D-=20 Anish Mistry --nextPart3990042.Rzmn1OBt6p Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDtrBTxqA5ziudZT0RAvE9AKDCffemAI3jUVChlGQzz5jr/hzDBwCgnuZY 9JtDEvlFBnej/xTbs9zIoJk= =kXzJ -----END PGP SIGNATURE----- --nextPart3990042.Rzmn1OBt6p--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512311122.43278.mistry.7>