I have a label in which i need to align the text to center ,I have tried this
<asp:Label ID="Label3" runat="server" Text="ABC" style="text-align:center" Font-Bold="true" Font-Size="X-Large" CssClass="StrongText"></asp:Label>
But it not works..
<div style="margin-left: auto; margin-right: auto; text-align: center;">
<asp:Label ID="Label3" runat="server" Text="ABC" Font-Bold="true" Font-Size="X-Large"
CssClass="StrongText"></asp:Label>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With