Link

Discussion in 'HTML & Website Design' started by Santolife, Sep 25, 2009.

  1. #1
    How can I create a link without it changing to the color blue and getting underline?
     
    Santolife, Sep 25, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    <a href="http://www.google.com" style="color:#000000; text-decoration:none">Text</a>

    Or if you don't want to do it inline, you can move it to CSS.
     
    Kerosene, Sep 25, 2009 IP