Centering on a Label Web Control in ASP.NET from the IDE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am adding a Label server control to an ASPX page using the .NET IDE. I
can't
figure out how to center it automatically. I know you can do it by editing
the html and making it:

<asp:Label id="Label1" style="TEXT-ALIGN: center"
runat="server">Label</asp:Label>

Is it possible to do this from the Properties?

Thanks in advance,
 
Back
Top