Adding Link Question - Squidoo

Discussion in 'Social Networks' started by Going Green, Dec 6, 2009.

  1. #1
    Hi,

    I created my first Squidoo Lens yesterday and was wondering how I go about adding a link in the content to go back to my home page?

    I tried using this code but the link is not clickable. Any suggestions?

    <a href=”http://www.myurl.com”target=”_blank”>MyUrl</a>
     
    Going Green, Dec 6, 2009 IP
  2. bryanon

    bryanon Well-Known Member

    Messages:
    806
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    145
    #2
    I haven't used Squidoo a lot so don't know whether the support HTML or not but the code that you posted here is broken.

    There needs to be a space between " and target - here's the link fixed:

    <a href=”http://www.myurl.com” target=”_blank”>MyUrl</a>
     
    bryanon, Dec 6, 2009 IP
  3. Going Green

    Going Green Active Member

    Messages:
    1,045
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Thanks. I tried taht but when I hover my mouse cursor over the link, the link shows up but is not clickable. Any more suggestions?

    Thanks :)
     
    Going Green, Dec 6, 2009 IP
  4. elitesystem

    elitesystem Well-Known Member

    Messages:
    1,360
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    150
    #4
    hey, well try this:

    <a href="http://www.example.com">Example </a>

    Thats the easiest way of adding an anchor on squidoo! Hope it helps
     
    elitesystem, Dec 6, 2009 IP