HTML trick

Discussion in 'Web Design, HTML And CSS' started by msn90, Aug 7, 2009.

  1. msn90

    msn90 New Member

    Joined:
    Jul 17, 2009
    Messages:
    28
    Likes Received:
    0
    Trophy Points:
    0
    hello guys,

    I found a trick in the HTML, In this trick, if we create link in the html page then then it automatically show the underline. you can remove it by useing the following HTML code.

    Code:
    <html>
    <body>
    
    <a href="lastpage.htm" 
    style="text-decoration:none">
    THIS IS A LINK!
    </a>
    
    </body>
    </html>
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    This is something done for years now but looks like you found it recently :D Enjoy
     
  3. Saket

    Saket New Member

    Joined:
    Jul 21, 2009
    Messages:
    42
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Don't Know
    Hey, thanks nice one yar, yeah may be i found this now only.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice