1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Dreamweaver Help

Discussion in 'HTML & Website Design' started by Bestmiler, May 15, 2007.

  1. #1
    I'm trying to make a link black and not underlined. So far I've managed to turn it from blue to black but how do i take off the underline?
     
    Bestmiler, May 15, 2007 IP
  2. kkibak

    kkibak Peon

    Messages:
    1,083
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use css. Either attach a style sheet, or add <style> tags and within the css put

    a {
    text-decoration:none;
    }
     
    kkibak, May 15, 2007 IP
    Bestmiler likes this.
  3. reyna12

    reyna12 Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In the MODIFY Menu in top toolbar click PAGE PROPERTIES

    Under the "Categories" menu select LINKS

    all the options are in there regarding colour and underline.
     
    reyna12, May 15, 2007 IP
    Bestmiler likes this.
  4. diederik

    diederik Banned

    Messages:
    125
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Yep CSS will do like kkibak said. If you don't know how to do this you can check this link.
     
    diederik, May 15, 2007 IP
    Bestmiler likes this.
  5. Bestmiler

    Bestmiler Peon

    Messages:
    1,116
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Both methods worked. Thanks a lot guys. (Rep given)
     
    Bestmiler, May 15, 2007 IP
  6. stevogarvey

    stevogarvey Guest

    Messages:
    277
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    To to properties at the bottom of the screen, click the arrow and it should rise up. The underline function is there witht the link information. Be sure to click the link before hand so it knows which one you are changing.
     
    stevogarvey, May 15, 2007 IP
  7. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you can also use CSS to make it undeline on mouse-over etc...

    just a tip because I think that looks cool.
     
    jgjg, Jun 2, 2007 IP