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
- From the Toolbox tab , drag HTML Item to the left of the prompt.
- Click the HTML item.
- In the Properties pane, double-click
the HTML property.
- In the HTML window, type the following
text and click OK.
<fieldset
style="border:0;">
<legend>Prompt
label</legend>
- From the Toolbox tab, drag HTML Item to the right of the prompt.
- Click the HTML item.
- In the Properties pane, double-click
the HTML property.
- In the HTML window, type the following
text and click OK.
</fieldset>