Font size question

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

Is there a way to make the font in a label larger than XX-Large?

Thanks for the help.

Brad
 
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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top