posted 12/27/2009 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.
What kind of email newsletter would you prefer to receive from CodeAsp.Net?18