How to align radio button this way?

Hi, I have a radio button on notes form, there are two selections, since the content of each selection jump to second line, so I want to the second line align the same alignment as the first line from left. For example: Lets assume I use “O” to reprsend the radio button.

O please select the first benifit form options from this form

and bla bla.

O This is the another selection opton bla bla test test test

test bla bla.

You can see the above content of radio button, I need “and” to align from left with “please” and “test” on the second line to align with the “This” first line.

Subject: How to align radio button this way?

Have you tried an outdented (negative indent) paragraph style? If that doesn’t do the trick, you’d have to fake it with tables (no visible text with the radio buttons/checkboxes, so alias values only, as in “|stored_value”) and separate text. (That’s harder to maintain and prone to errors.)

Subject: RE: How to align radio button this way?

Thanks for your response,Where can I find “outdented (negative indent) paragraph style” ? is it in Radio button property or Text property? I can not find from both. any idea?