I’m trying to add a hyperlink inside of a label in an Intranet application. This application is only visible inside of our company, and I want to be able to allow the user to click on part of the page title to return to the root page. I tried this and it doesn’t work:
<td align="center" colspan="2">
<asp:Label ID="Label1" runat="server" Text="<a href=""/.."">Client Operations Daily Production Log</a> - Coaching Admin" Font-Size="XX-Large"></asp:Label>
<asp:Label ID="Label_Environment" runat="server" Font-Size="X-Large" Font-Bold="true" ForeColor="Red" Style="text-shadow:-1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; padding-left:20px"></asp:Label>
</td>