Who is online? 185 guests and 0 members
Member login | Become a member
posted 12/27/2009 1:53:43 PM by raghav_khunger
In this blog i will explain how to remove link line from hyperlink. I have set textdecoration property as none for hyperlink which will remove its link line.Below is the sample code:<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title>Untitled Page</title></head><body> <form id="form1" runat="server"> <asp:LinkButton ID="LinkButton" runat="server" Style="text-decoration: none;" Text="LinkButton"></asp:LinkButton> <a href="#" style="text-decoration: none;">Test</a> </form></body></html>Do let me know your feedback, comments.
raghav_khunger (Member since: 4/19/2009 1:46:52 AM)
View raghav_khunger 's profile
Leave a comment
It's fast, easy and free! Submit articles, get your own blog, ask questions & give answers in the forums, and become a better developer, faster.
enter your email address: