0//dialog???>.
For more information, look up DOCTYPE in the index of Extending Dreamweaver documentation.
NOTE NOTE
TIP TIP
CAUTION CAUTION
BC 29
Creating a Behavior
All user interface constructions are contained in the section of your HTML action file. You can use
Dreamweaver??™s Design Editor to create and modify your form quickly.
Many Web designers use tables to line up the various form elements; if you use this approach,
be sure to place the table inside the form and not the other way around. Although you can
insert a form in the cell of a table, you are limited to entering form elements in that cell??”and you return to
no structure at all.
To create your user interface, follow these steps:
1. Open your HTML action file in Dreamweaver.
2. In Design view, choose Insert ??? Form ??? Form or select the Form button from the Forms category
of the Insert bar. Name the form in the Property inspector for easy JavaScript identification.
In this example, you should name the form theForm.
3. For better alignment, place a table inside your form by choosing Insert ??? Table or by selecting
the Table button from the Common category of the Insert bar. Be sure to place the table inside the
form, not vice versa! It??™s much easier to do this if the form is visible.
Pages:
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907