code to get rid of underline object

Discussion in 'Web Design & Programming' started by blade, Oct 10, 2006.

  1. blade

    blade GEEK 2.0

    Likes Received:
    0
    Trophy Points:
    0
    How do you get rid of the underline object that automatically appears when you link text
     
  2. Sniper

    Sniper Administrator Staff Member

    Likes Received:
    59
    Trophy Points:
    63
    If you mean removing underline from links, you need to use this simple code.

    HTML:
    <STYLE>
    <!--
    a {text-decoration:none}
    //-->
    </STYLE>
     
  3. Matt555

    Matt555 iMod

    Likes Received:
    98
    Trophy Points:
    48
    Yeah you can change tags with CSS styles. I love CSS. That's how people get those pretty links according to various mouse states (hover, active - basically means when they click etc).

    [ot]Today in my 'User-Centered Web Interface Development' lectures I sat there bored outta my freakin' skull, I've done xHTML, yeah I'm self taught but they've taught me nothing new yet and they're telling us that even if we have done it before we don't know anything as they're going to teach us the right way, well what they've said so far only backs up what I already know. I know it probably sounds weird as I've been there like 2 weeks but it's kinda annoying.[/ot]
     
  4. blade

    blade GEEK 2.0

    Likes Received:
    0
    Trophy Points:
    0
    yea, is there a HTML code to do that, besides having to use css
     
  5. blade

    blade GEEK 2.0

    Likes Received:
    0
    Trophy Points:
    0
    Nvmd
     

Share This Page