Fórum

how to use hyperlink

Filip Puškáš, modificado 9 Anos atrás.

how to use hyperlink

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
Hi all, how can I use a hyperlink <a href=""/> in portlet_normal.ftl ?? Thanks
thumbnail
Tanweer Ahmed ., modificado 1 Ano atrás.

RE: how to use hyperlink

Expert Postagens: 322 Data de Entrada: 11/03/10 Postagens Recentes
Hi Filip,

It is not different from its normal usage.

<a href="http://www.liferay.com" rel="external">Liferay</a>
<a class="open" href="/my-profile">MY PROFILE</a>

- /my-profile is the friendlyUrl of one of the Portal Page

Regards,
Tanweer.
Filip Puškáš, modificado 9 Anos atrás.

RE: how to use hyperlink

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
BUT it doesnt work for me ... I put this code to my portal_normal.ftl and nothing happend
<li><a href="http://localhost:8080/web/guest/welcome">Domov</a></li>


this hyperslink a works only when I wanna to use a jump ... like

<a href="#jump_to_section1">Jump 1</a>