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,
--
Thanks in advance,
Todd
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,
--
Thanks in advance,
Todd
Comment