How do i make links to words?

Discussion in 'General Chat' started by DeathRogue, Oct 16, 2008.

  1. #1
    I'm not so sure if this is the right section of the forums to go on to ask questions but, how do i create links in words. Let's say i wanted to say something like "click here" and then it links you to something. What's the code for it?
     
    DeathRogue, Oct 16, 2008 IP
  2. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #2
    Mate this is basic html. If you want to make money online, you need to at least learn this. What you are referring to is anchor text.

    
    <a href="http://domain.com">Link Text</a>
    
    Code (markup):
     
    dcristo, Oct 16, 2008 IP
  3. DeathRogue

    DeathRogue Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you. I'm kind of a noob at this so... >.> Thanks for the info though.
     
    DeathRogue, Oct 16, 2008 IP
  4. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #4
    No worries. Wasn't trying to be harsh. Just honest.
     
    dcristo, Oct 16, 2008 IP