M
Mark B
For some reason I haven't been able to stop the words "White" and "Color
(Hexidecimal):" from appearing in bold font. Any ideas? Is it by design with
that control and can't be un-bolded?
<asp:RadioButtonList ID="RadioButtonList1"
runat="server"
RepeatDirection="Horizontal" AutoPostBack="True"
Selected="True">White</asp:ListItem>
<asp:ListItem>Color
(Hexidecimal):</asp:ListItem>
</asp:RadioButtonList>
(Hexidecimal):" from appearing in bold font. Any ideas? Is it by design with
that control and can't be un-bolded?
<asp:RadioButtonList ID="RadioButtonList1"
runat="server"
RepeatDirection="Horizontal" AutoPostBack="True"
<asp:ListItem
Selected="True">White</asp:ListItem>
<asp:ListItem>Color
(Hexidecimal):</asp:ListItem>
</asp:RadioButtonList>