E-mail List Archives
Re: Form elements
From: joe
Date: Mar 21, 2019 6:14AM
- Next message: Birkir R. Gunnarsson: "Re: Form elements"
- Previous message: Fischer, Johannes: "Re: Form elements"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Form elements"
- Previous message in Thread: Fischer, Johannes: "Re: Form elements"
- View all messages in this Thread
A.
<label>
The <input type="text value="___" /> has black and white stripes.
</label>
A above (label wrapping) does not work with all AT & browser combinations, I
would recommend the following modifications for this one, but would
recommend B over A
A. (modified)
<label for="blank">
The <input id="blank" type="text value="___" /> has black and white stripes.
</label>
- Next message: Birkir R. Gunnarsson: "Re: Form elements"
- Previous message: Fischer, Johannes: "Re: Form elements"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Form elements"
- Previous message in Thread: Fischer, Johannes: "Re: Form elements"
- View all messages in this Thread