The Text Box Properties dialog box enables you to set the properties of text box form field in the web page.

Name: set name for the text box, by which it will be recognized by server. By default, it is TextBox#.

Default Text (Value): field lets you set default value for the text box. It means that the text box will be displayed with this text. By default the value is Default Text.

The Name and Value of the form field will be sent to a corresponding CGI.

Horizontal Size: set a width (number of columns) for the text box field. Default is 16. You can either type in the number or set it by using the arrows.

Vertical Size: set a height (number of rows) for the text box. Default is 8. You can either type in the number or set it by using the arrows.

The Advanced... button enables you to perform advanced operations with HTML coding and scripting in the Advanced Web operations dialog box.