Macromedia dreamweaver 8-using dreamweaver Benutzerhandbuch

Seite von 1030
Creating accessible HTML forms
817
4.
Complete the dialog box.
For more information, click the Help button in the dialog box.
5.
Click OK.
6.
If Dreamweaver asks if you want to insert a form tag, click Yes.
The form object appears in the document.
To edit accessibility values for a form object:
1.
In the Document window, select the object.
2.
Do one of the following:
Edit the appropriate attributes in Code view. 
Right-click (Windows) or Control-click (Macintosh), then select Edit Tag. 
<label>
<input type="radio" name="radiobutton" value="radiobutton">
RadioButton1</label>
<input type="radio" name="radiobutton" value="radiobutton" 
id="radiobutton">
<label for="radiobutton">RadioButton2</label>
<input type="radio" name="radiobutton" value="radiobutton">
RadioButton3
NO
T
E
If you press Cancel, the form object appears in the document, but Dreamweaver 
does not associate accessibility tags or attributes with it.