Centering text in a lable or button
-
Is there a way to center text with a label or button b/c i cant seem to find out how. Thanks Tommy
-
Is there a way to center text with a label or button b/c i cant seem to find out how. Thanks Tommy
I use style="" and class="" in both. Also, ASP.Net creates an actual button tag for buttons, so you can specify the style of the button in the style sheet. They aren't properties that you can see in a class browser for System.Web.UI.WebControls.Label and Button, but it works.
-
I use style="" and class="" in both. Also, ASP.Net creates an actual button tag for buttons, so you can specify the style of the button in the style sheet. They aren't properties that you can see in a class browser for System.Web.UI.WebControls.Label and Button, but it works.
Thanks, I'll give that a shot Tommy