PDA

View Full Version : [RESOLVED] Displaying Radio Buttons


jnolen
07-05-2007, 07:04 PM
How do I get a multiple radio button element to display each option on its own line? It tries to pass them all on one line and it makes it very hard to read.

mamamia
07-06-2007, 04:03 AM
Ditto that. I have the same problem and want them on different lines as well. Please advise. Thanks.

mamamia

jnolen
07-09-2007, 02:56 PM
Put a <br> after the text in the label.

jnolen
07-09-2007, 06:49 PM
See this link (http://fabrikar.com/index.php?option=com_smf&Itemid=9&topic=57.0), too.

andrelewis
07-10-2007, 11:50 PM
Which makes me think you could override the css of the labels with the Joomla Template if you used a <div class=somejoomlaclass>label</div> for the name.

Just pondering the html in the label thing.

Andre