Horizontal radio buttons
I am placing 4 radio buttons in a horizontal line by using
obj.setClass("flow", "inline");
However, what is displayed is 3 of the buttons on one line and the fourth on another line. Is there any way of getting all 4 buttons on a single line? Thanks ahead of time.
obj.setClass("flow", "inline");
However, what is displayed is 3 of the buttons on one line and the fourth on another line. Is there any way of getting all 4 buttons on a single line? Thanks ahead of time.
Josh J
August 24,