APPLICATION DESIGN
To add HTML attributes using the Field Properties box:
1. Double-click the field you want to format.
2. Select the Field Extra HTML tab on the Field Properties Box.
3. In the Other HTML tag field, enter the HTML code (without quotes) -- for example, to resize a text field from its default size of 20):
The maxlength value defines the length of the text content a user can enter into the field. Keep the maxlength value approximately 30 percent larger than the size value to enable a user to completely fill a field with text.
To add HTML attributes using the field's HTML Attributes event:
1. Click the field you want to format.
2. On the Objects tab of the Info List in the Programmer's pane, select the HTML Attributes event for the field.
3. Write the HTML code in quotes in the Script area -- for example, to define a rich text field's properties:
See Also