Associating labels with prompt controls using HTML items

Instead of using the field set object, you can associate labels with prompt controls using HTML items. You use the HTML items to create the field sets.

Procedure

  1. From the Toolbox tab Toolbox tab, drag HTML Item to the left of the prompt.
  2. Click the HTML item.
  3. In the Properties pane, double-click the HTML property.
  4. In the HTML window, type the following text and click OK.

    <fieldset style="border:0;">

    <legend>Prompt label</legend>

  5. From the Toolbox tab, drag HTML Item to the right of the prompt.
  6. Click the HTML item.
  7. In the Properties pane, double-click the HTML property.
  8. In the HTML window, type the following text and click OK.

    </fieldset>