Where is the "Label" Command

A

Andrew Chalk

In FP2002, if I select Insert->Form->Label a dialog pops up that says

"To add text as a label for a form field, insert the form field, type the
desired text, select the form field and the label text, then choose the
Label command"

Where is the Label command?

Many thanks.
 
R

Ronx

Insert - Form - Label
With the form field and text selected, the text will be converted to a
label.
HTH
Ron
 
A

Andrew Chalk

Ahah -- the text has to be on the SAME LINE as the form control -- very
subtle!
 
R

Ronx

The text and label must be on the same line, within the same HTML block
e.g. <p>text for label <input type="text"></p>
 
Top