|
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.
Edited by Lancem on 02/28/2013 13:10:39 MST.
|