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: