Tuesday 22 November 2011

Remove underline from link button ?

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

No comments:

Post a Comment