*The Forum Rules.
Yep, rules. Read 'em. Abide by 'em. Or your sea creature powers may be revoked. Temporarily, or for good.
1. New to the lounge? Get started here. Learn which category to post your note in, and create a forum signature.
2. Spam: just don't do it. Thou also shalt not fill the forums with multiple threads on the same topic, sockpuppet, or link to irrelevant and non-Squidoo sites (includes signatures).
3. Thou shalt not flame, harass, denigrate, spam, malign, or otherwise finger-point and name-call at ANYONE. This one's a biggy. This too can get you banned.
4. Squidstaff love interacting with smart front-line people, so they stop by the forums from time to time to hear your ideas and share updates. However, this isn't the place to post bugs or solicit admin action. Please send those requests through our feedback link.
5. The SquidU forum is a place for users to interact, to share ideas and inspiration (and yes, gripes... maybe another lensmaster can help) and have fun with their lenses. Try searching for an answer or visiting The Answer Deck.
Hi, I somehow managed to get one link in, but the others are just plain old text. My strategy was to write in 'word' then copy and paste my text in.
Tried to open my lens in an html editor, but could not. Frustrated! Would be very grateful for some pointers, having read loads of great tips but not being able to add html to my modules!
Thanks
Offline
Hi there
I have some very helpful lenses in my Squidoo Help Libarry Lens (link is below)
There is a wide variety of topics, but does include basic HTML to more advanced by some very terrific lensmasters
Be sure to bookmark them so you can refer to them later too!
Offline
I have a few examples in this basic lens of mine
http://www.squidoo.com/my-test-lens
Offline

Shankspony wrote:
Tried to open my lens in an html editor, but could not.
Woah, that's a new one! ![]()
Don't do that. You can open up a lens from anywhere you can connect to the internet by logging in and editing.
To add links you need to put in the hyperlink HTML. You can find it here: www.squidoo.com/basichtml
Offline

I have information about adding links on my html and css lens http://www.squidoo.com/htmlcss
If you are still confused after reading the other's try mine.
Offline
it is not recommended (and always won't work properly) if you use other editors and applications, just stick to Squidoo's modules and give yourself few minutes to read and learn about each module and how to edit the HTML you need. Below two links are very helpful lenses, the first one is so basic while the other is a bit more advanced, hope you find them useful:
http://www.squidoo.com/HTMLtricks
http://www.squidoo.com/htmlsquid
Best -
Offline
Also, perhaps try using Notepad instead of Word? It can mess up the HTML sometimes.
Offline
Word inserts special quotes (the ones on either side of the quoted text face opposite directions) which are special characters instead of quotes that browsers can recognize. Try replacing the quotes in the Squidoo edit box and, assuming the rest of the code is correct, that should solve your problem. Using Notepad or Google Docs for composition should solve your problem. (Also, note that you can't use HTML in module titles or subtitles.)
Offline
Another great FAQ lens is http://www.squidoo.com/codefaq
Offline

Most necessary tips have been given at this point
One other thing that sometimes goes wrong when entering HTML is that you get hidden line breaks. in the code, which will effectively hide the code from the finished lens. It's fixed by replacing the linebreak with a space. (delete > space).
My lens on CSS doesn't help much with your specific question, but will give you tips on how to make your lens more beautiful once you've mastered the basics of HTML: http://www.squidoo.com/squidoo-css
Offline