|
|
Posted: 03 Oct 2015, 22:26
|
|
Posts: 1
Joined: 22 Sep 2010, 20:19
|
How do I insert a link in trail description and in comments? Many thanks in advance for help.
|
|
Posted: 04 Oct 2015, 05:57
|
|
Posts: 685
Joined: 07 Aug 2011, 14:17
|
Hello,
Márcio Catarino
.
You can insert links in a trail description or its comments using HTML:
Code:
<A HREF="www.xxxxxxx.com">link caption</A>
Replaces the current tab contents with those of the indicated Internet address.
Code:
<A HREF="www.xxxxxxx.com" TARGET="_blank">link caption</A>
Keeps the current tab contents, showing those of the indicated Internet address in another tab.
Regards.
|
|
Posted: 23 Jan 2022, 11:30
|
|
Posts: 2
Joined: 24 Oct 2009, 03:26
|
Hola,
Parece que cuando se ve la ruta en la web, el enlace funciona, pero en el APP el enlace desaparece, nos quedamos solo con el texto. Una pena, pq quizás uno querría ver el enlace cuando llega al sitio... Hay alguna manera de sortear esto?
Gracias,
P
|
|
Posted: 23 Jan 2022, 11:33
|
|
Posts: 2
Joined: 24 Oct 2009, 03:26
|
Hi,
I noticed that in the APP the link is replaced by plane text. A pity, since one might want to check that info when navigating the route.
Is there a way to walkaround this and make the link available when using the APP?
Regards,
P
|
|
Posted: 09 Feb 2022, 12:11
|
|
Posts: 65
Joined: 29 Oct 2015, 14:32
|
|