B Brad Mar 29, 2005 #1 Is there a way to make the font in a label larger than XX-Large? Thanks for the help. Brad
K Ken Cox [Microsoft MVP] Mar 29, 2005 #2 Hi Brad, You can set it to a specific size if you need, or use a stylesheet <asp:label id="Label1" runat="server" font-size="50px">Label</asp:label>
Hi Brad, You can set it to a specific size if you need, or use a stylesheet <asp:label id="Label1" runat="server" font-size="50px">Label</asp:label>
J Jason Bentley Mar 29, 2005 #3 Brad, if you are trying in the IDE, just type a number like 20 or 30 and the font size will be larger. If you are trying through code, Label1.Font.Size = 30 will work. Jason Bentley http://geekswithblogs.net/jbentley
Brad, if you are trying in the IDE, just type a number like 20 or 30 and the font size will be larger. If you are trying through code, Label1.Font.Size = 30 will work. Jason Bentley http://geekswithblogs.net/jbentley
B Brock Allen Mar 29, 2005 #5 <span style="font-size:42pt">Hello</span> -Brock DevelopMentor http://staff.develop.com/ballen