Кажется, я не могу центрировать мой RadioButtonList внутри панели.Это всегда кажется оправданным.Неважно, что я пытаюсь.
Мой текущий код:
<asp:panel ID="Panel1" runat="server" CssClass="style8" Height="228px"
width="456px">
<br />
<p style ="text-align:center">
<asp:Label ID+"Label2" runat="server" Text="Blah">
</asp:Label>
</p>
<asp:RadioButtonList ID="AlertClients" runat="Server" TextAlign="Right"
style="list-style=center">
<asp:ListItem> Option 1</asp:ListItem>
<asp:ListItem> Option 2</asp:ListItem>
<asp:ListItem> Option 3</asp:ListItem>
</asp:RadioButtonList>
</asp:Panel>
Любая помощь будет высоко ценится.