Link to home
Start Free TrialLog in
Avatar of tangteng78
tangteng78Flag for Malaysia

asked on

Resize RadioButtonList

Hi,
Is there any simple way of resizing the radiobutton ? As the website is for mobile application, so need the radiobutton to be bigger.

 <asp:RadioButtonList ID="cbRedeem" runat="server" AutoPostBack="true" Height="50px">
            <asp:ListItem Value="paypal">Paypal</asp:ListItem>
            <asp:ListItem Value="creditcard">Credit Card</asp:ListItem>
            <asp:ListItem Value="retail">Retail</asp:ListItem>
 </asp:RadioButtonList>
ASKER CERTIFIED SOLUTION
Avatar of Zac Harris
Zac Harris
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tangteng78

ASKER

Spot on :)