#1 CSS
.NoUnderLine
{
text-decoration: none;
}
#2 HTML
<asp:linkbutton id="lnkLogOut" Text="LOGOUT" runat="server" CssClass="NoUnderLine" />
.NoUnderLine
{
text-decoration: none;
}
#2 HTML
<asp:linkbutton id="lnkLogOut" Text="LOGOUT" runat="server" CssClass="NoUnderLine" />
No comments:
Post a Comment