Need Help

Discussion in 'HTML & Website Design' started by Ginene, Mar 1, 2007.

  1. #1
    Can someone tell me how to make a word a link to a website. Like example make mysite link to www.mysite.com. (This isn't my website, just an example) I am trying to learn HTML. Thanks I tried using the codes from blogger that gave me links on my blog but I am doing something wrong. I am starting my website and I am not that great at it but I am learning.
     
    Ginene, Mar 1, 2007 IP
    Clive likes this.
  2. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #2
    <a href="http://yoursite.com">Link</a>
     
    Katy, Mar 1, 2007 IP
    Ginene likes this.
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    With external links placed on your websites as part of link exchange deal or whatever, they usually set a target="_blank" attribute to the hyperlink so that it opens in a new window and leaves your website alone while leading the visitor to the other site. So, it will look like:
    <a href="http://yoursite.com" target="_blank">Link</a>
    Code (markup):
     
    Clive, Mar 1, 2007 IP
    Ginene likes this.
  4. Ginene

    Ginene Well-Known Member

    Messages:
    282
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    108
    #4
    I got it to work on my blog, thanks but for some reason I tried doing my signature but it didn't work, maybe I missed a letter or something. I copied and paste it and replaced it with my information. I'll try again.
     
    Ginene, Mar 1, 2007 IP