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>
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>
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
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