HTML link help

Discussion in 'HTML & Website Design' started by clickbed, Oct 7, 2009.

  1. #1
    Hello!
    I've a doubt when posting a link on a board.

    It says this tag is allowed: [link:]
    I want to link a website with anchor text. How can I do that?

    Thanks in advance people:)
     
    clickbed, Oct 7, 2009 IP
  2. Valiant

    Valiant Peon

    Messages:
    284
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    [link="website.com"]Anchor Text[/link]
    
    Code (markup):
     
    Valiant, Oct 7, 2009 IP
  3. clickbed

    clickbed Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks a lot, I'll try it
     
    clickbed, Oct 7, 2009 IP
  4. Valiant

    Valiant Peon

    Messages:
    284
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Haven't you already done this in your signature???
     
    Valiant, Oct 7, 2009 IP
  5. clickbed

    clickbed Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    clickbed, Oct 7, 2009 IP
  6. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    An HTML Link
    <a href="url">Link text</a>

    The start tag contains attributes about the link.

    The element content (Link text) defines the part to be displayed.
     
    forextrendalerts, Oct 8, 2009 IP
  7. dannyvalentino

    dannyvalentino Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for this info, I didn't know before - only a few more posts before I can start to use it!
     
    dannyvalentino, Oct 8, 2009 IP