SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 917 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

61 does respect the wrapping options.
Another option when creating multiline text fields is to preload the text area with any default text you like.
Enter this text in the Init Val text box of the Text Field Property inspector. When Dreamweaver writes the
HTML code, this text is not entered as a value, as it is for the single-line text field, but rather goes in
between the tag pair.
FIGURE 14-3
The Multiline option of the Text Field Property inspector opens up a text area for more user information.
CAUTION CAUTION
492
Adding Advanced Design Features Part III
Grouping Form Controls
In desktop applications, you may be used to seeing related controls grouped together, with a thin border
around them. You can achieve a similar effect in your HTML forms by enclosing the related form elements
within the
...
tag pair, as shown in the following code:

Address

Providing Checkboxes and Radio Buttons
When you want your Web page user to choose between a specific set of options in your form, you can use
either checkboxes or radio buttons. Checkboxes enable you to offer a series of options from which the user
can pick as many as he wants.


Pages:
905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929