Hyperlink Help Asap!

Discussion in 'Link Development' started by AffilateRook1, Jun 30, 2008.

  1. #1
    For some reason when I put a hyperlink into text, or an image, the hyperlink and my site name are combining and redirecting the person nowhere! Any help?!
     
    AffilateRook1, Jun 30, 2008 IP
  2. Vic_mackey

    Vic_mackey Banned

    Messages:
    2,093
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should really provide some more info - like a url, or what cms you are using etc.
     
    Vic_mackey, Jun 30, 2008 IP
  3. NickL

    NickL Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you go into HTML view in your editor, your hyperlink should look something like this for text:

    <a href="http://www.YourURL.com">The Link Text</a>

    Or like this for an image:

    <a href="http://www.YourURL.com"><img src="/themImageFileName.jpg"></a>

    If it does not, then you can fix it in html view and then go back to WSYWIG view.

    Hope this helps.

    ~ Nick L
     
    NickL, Jun 30, 2008 IP
  4. Mr.Dee

    Mr.Dee Peon

    Messages:
    174
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If your anchor text and URL are combining it sounds like you may have missed a ">" in your html. It should look like the examples above. Copy and paste the html above into your document if you have to and change it to your url/text.
     
    Mr.Dee, Jul 1, 2008 IP