KingRichard3
Programmer
I have a ASP.NET label on a web page:
I need to center the (dynamically generated) text within the label.
How do I do that, please?
Thanks,
Rick
Code:
<P align="center"><asp:label id="lblFeedbackToUser" runat="server" ForeColor="Red" Font-Bold="True"></asp:label></p>
How do I do that, please?
Thanks,
Rick