I have a plain boring RadioButtonList with three ListItems displayed horizontally. The items are crowded/too close together. How can I spread them out? I've tried Cellpadding, Cellspacing, Width....
<asp:RadioButtonList Width="100%" ID="SuffixTypeList" runat="server" OnSelectedIndexChanged="SuffixChanged" Go to the complete details ...