Millisecond Forums

Adjusting position of radiobuttons on the screen

https://forums.millisecond.com/Topic40816.aspx

By EN - 6/4/2025

Hello:
I wonder what would be the best way to adjust the position of radiobuttons questions on a surveypage?
You can see how my survey looks like in the attached snapshot (it is all in Japanese -- sorry about that!).

My surveypage /caption is centered using the HTML command <center></center> I would like to center my radiobuttons accordingly as well (right now they are left aligned).
Also, I wonder if there is an easy way to control the vertical space between radiobuttons items?

Any help will be greatly appreciated!
Best wishes,
EN
By Dave - 6/5/2025

EN - 6/5/2025
Hello:
I wonder what would be the best way to adjust the position of radiobuttons questions on a surveypage?
You can see how my survey looks like in the attached snapshot (it is all in Japanese -- sorry about that!).

My surveypage /caption is centered using the HTML command <center></center> I would like to center my radiobuttons accordingly as well (right now they are left aligned).
Also, I wonder if there is an easy way to control the vertical space between radiobuttons items?

Any help will be greatly appreciated!
Best wishes,
EN

Question objects on a surveyPage are always left-aligned. You'd have to center them manually using their respective /position attributes.

> Also, I wonder if there is an easy way to control the vertical space between radiobuttons items?

/itemSpacing at the surveyPage or survey level. But that's pointless if you explicitly set questions' on-screen positions anyway.
By EN - 6/5/2025

Dave - 6/5/2025
EN - 6/5/2025
Hello:
I wonder what would be the best way to adjust the position of radiobuttons questions on a surveypage?
You can see how my survey looks like in the attached snapshot (it is all in Japanese -- sorry about that!).

My surveypage /caption is centered using the HTML command <center></center> I would like to center my radiobuttons accordingly as well (right now they are left aligned).
Also, I wonder if there is an easy way to control the vertical space between radiobuttons items?

Any help will be greatly appreciated!
Best wishes,
EN

Question objects on a surveyPage are always left-aligned. You'd have to center them manually using their respective /position attributes.

> Also, I wonder if there is an easy way to control the vertical space between radiobuttons items?

/itemSpacing at the surveyPage or survey level. But that's pointless if you explicitly set questions' on-screen positions anyway.
Thanks, Dave!
I'm thinking, it is probably better (more robust) to let Millisecond take care of the spatial positioning of the questions on a surveypage, rather than manually determining where things should be. So I will just eliminate the <center></center> for the time being and have everything left aligned.
EN