C
Chris Kettenbach
Good Afternoon Everyone,
Is there any way to set the font of the listitems inside a radiobutton list?
I have tried spans, tds, and tables and I can seem to get it to work. The
html redered by this control is a label for each radio button in the list.
How can I manipulate this font? It appears larger than the other page
fonts.
Heres the current markup.
<asp:RadioButtonList ID="radioGraduated" Runat="server" RepeatLayout="Table"
RepeatDirection="Vertical">
<asp:ListItem Value="1" >Yes</asp:ListItem>
<asp:ListItem Value="0">No</asp:ListItem>
<asp:ListItem Value="-1">Presently Enrolled</asp:ListItem>
</asp:RadioButtonList>
Is there any way to set the font of the listitems inside a radiobutton list?
I have tried spans, tds, and tables and I can seem to get it to work. The
html redered by this control is a label for each radio button in the list.
How can I manipulate this font? It appears larger than the other page
fonts.
Heres the current markup.
<asp:RadioButtonList ID="radioGraduated" Runat="server" RepeatLayout="Table"
RepeatDirection="Vertical">
<asp:ListItem Value="1" >Yes</asp:ListItem>
<asp:ListItem Value="0">No</asp:ListItem>
<asp:ListItem Value="-1">Presently Enrolled</asp:ListItem>
</asp:RadioButtonList>