E Ed Courtenay May 25, 2004 #2 Brian said: Is there a way to center text inside a label in a webform? Click to expand... Wrap the label with a DIV element: <div align="center"><asp:Label id="myLabel" runat="server" /></div>
Brian said: Is there a way to center text inside a label in a webform? Click to expand... Wrap the label with a DIV element: <div align="center"><asp:Label id="myLabel" runat="server" /></div>