Search code examples
cssasp.netuser-interfaceradiobuttonlist

How to align multiple radio button lists?


I have a set of radio button lists like this:
What I have now

But I'd like them to be like this instead:
What I want

Please note that these are asp radio button lists. How should I apply styling to get the expected result? Thanks in advance.


Solution

  • I ended up adding the following CSS:

    .radioButtonList
    tr td { width: 100px; }