I need the ability to place the labels for radio buttons above the selections, and not to the left or the right. Is there a way to use CSS that would give this effect?
THanks!
|
|
|||
|
|
|
So I know this isn't the answer you are looking for, but I would be confused to see that type of layout. It is not standard and it would put me off. Just my $.02. |
||||
|
|
|
Instead of the following:
You can use this and style the two separately:
|
||||||
|
|
|
I can't be more specific without seeing exactly what layout you are going for, but if you just want to get the label above the radio button, use display:block on the radio button. (obviously, this is inline just as an example)
|
||
|
|
|
|
I think I know what you are looking for, but correct me if I'm missing the mark. I'm assuming you will want the radio buttons centered under their labels. This is a lot easier if you are okay with adding CSS
HTML
...and then use your own clearing method to move to the next line. (The use of the |
||
|
|