line break in radio group
Posted: Fri Apr 28, 2006 9:50 am
I've got a question concerning the feedbackform. I want to add a group of radio buttons. But as I do so, they completely stretch my page. So, what I actually need is a break after each radio button and it's comment. I can't do it with CSS block type, as that will either apply to the entire radio group, meaning a break will be placed before and after the total group. Or I can apply it to the radio button itself, but then the comment will be placed one line below the radio button it applies to.
I hope this is not complete nonsense to you. What I now have is this:
[radio button] Comment [radio button] comment
What I would like is:
[radio button] comment [break code]
[radio button] comment [break code]
Can anyone help me out with this?
I hope this is not complete nonsense to you. What I now have is this:
[radio button] Comment [radio button] comment
What I would like is:
[radio button] comment [break code]
[radio button] comment [break code]
Can anyone help me out with this?