I have a set of radio button lists like this:
But I'd like them to be like this instead:
Please note that these are asp radio button lists. How should I apply styling to get the expected result? Thanks in advance.
I ended up adding the following CSS:
.radioButtonList
tr td { width: 100px; }