Topic

Test

  • This topic is empty.
Viewing 14 posts - 1 through 14 (of 14 total)
Kevin Babione BPL Member
PostedFeb 23, 2013 at 11:53 am

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 >

Ian BPL Member
PostedFeb 23, 2013 at 4:23 pm

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

Kevin Babione BPL Member
PostedFeb 25, 2013 at 4:52 am

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.

Ian BPL Member
PostedFeb 25, 2013 at 8:25 am

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.

Lance M BPL Member
PostedFeb 25, 2013 at 12:51 pm

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.

Ian BPL Member
PostedFeb 25, 2013 at 3:48 pm

I'll practice it a couple times before I try it again. Thanks for helping me out with this.

Viewing 14 posts - 1 through 14 (of 14 total)
Loading...