Test
Topic
Test
Become a member to post in the forums.
- This topic is empty.
Test
Edit Arrrgh!
.
Looks like you were struggling…I have a document that I copy and paste from:
{a href="http://yourrul.com"}This is the link that the reader sees{/a}
Replace { with < and } with >
I found a couple threads which showed this format but I obviously screwed the syntax up. Thanks for the push in the right direction!
Happy trails
Glad I was able to help. I too had seen multiple posts about doing it, but this was the one that made it "click" for me.
I tried embedding a link the other day and ended up losing everything after the link. Is there a known remedy for this?
Thanks again for your help.
My best guess is that the closing quote is missing from the link. Could also be that a < , > , or </a> is missing or in the wrong place.
For instance this:
Mora Companion in blue <a href=”http://www.moraofsweden.se/ adventure/companion-blue”>click this text</a> more text etc etc etc.
will yield this:
Mora Companion in blue click this text more text etc etc etc
But this nearly identical code:
Mora Companion in blue <a href=”http://www.moraofsweden.se/ adventure/companion-blue>click this text</a> more text etc etc etc.
will yield this:
Mora Companion in blue
Notice that the closing quotation is missing after the html link, causing the link and everything after it to be ignored.
Hope this helps.
I'll practice it a couple times before I try it again. Thanks for helping me out with this.
Become a member to post in the forums.

