horizontal option buttons?

L

Larry W. Virden

Is there a way to set the properties of option buttons so they display
horizontally in the same row rather than vertically in the same
column?

For example, I created a 2 column table. Then I put

___________________________________________________________
|Are you ready for the weekend? | o
Yes |
| | o
No |
___________________________________________________________
But what I'd rather have is:
___________________________________________________________
|Are you ready for the weekend? | o Yes o
No |
___________________________________________________________

I've just not been able to figure out what property needs to change to
get the button to move.
 
S

Swathi (GGK Tech)

Hi,
Just increase the width of the second column and remove the space between
the first option button label and second option button.
 
Top