Listing radio buttons horizontally

I have a field with DisplayType Radios attached to a value list. By default, the three radio buttons display in a vertical list. I would like to display the three radio buttons horizontally (i.e., side by side). Is there a way to do this?

Thanks,
Brenda

You can do this with the scrollbar property of the field.

To get them to fill left to right:
vertical scrollbar: never
horizontal scrollbar: never

To get them to fill top to bottom and left to right:
vertical scrollbar: never
horizontal scrollbar: when needed

Thanks Robert. That seems to have worked. However, I only see two of my three radio buttons. One of the items in the value list is significantly longer than the other two and the spacing between the radio buttons appears to be related to the longest item in the value list since when I shorten that item, I do see all three radio buttons.

Is there a way to control the amount of space that appears between the radio buttons when displayed horizontally?

Brenda

I don’t think you can control that spacing other then making your valuelist items shorter.