I can't figure it out. There is a place to edit modules, and add text, but no place to add an http link. Much thanks for any help!
If you are using the write module you have to use raw html code. Don't worry its simple.
The code you use for making an html link is:
<a href="http://www.yoursite.com">the/ text you want to use as the link</a>
Make sure you get the http:// part in between the " " correct so that your link goes where you intend it to.
Also check out this lens on using html on your squidoo lenses:
http://www.squidoo.com/basichtml
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
If you are using the write module you have to use raw html code. Don't worry its simple.
The code you use for making an html link is:
<a href="http://www.yoursite.com">the/ text you want to use as the link</a>
Make sure you get the http:// part in between the " " correct so that your link goes where you intend it to.
Also check out this lens on using html on your squidoo lenses:
http://www.squidoo.com/basichtml