Gossamer Forum
Home : Products : Gossamer Links : Discussions :

open links in new window

Quote Reply
open links in new window
Hi everybody,

sorry, yes I searched the old posts but still don't get it: how do I open links in a new window? I am using the normal version, i.e. not the framed version. Where exactly do I have to add the tag "_blank"?

Thanks so much for your help.
Wolfe
Quote Reply
Re: [Wolfe] open links in new window In reply to
Edit link.html template and add the target="_blank" attribute to the link.

Adrian
Quote Reply
Re: [brewt] open links in new window In reply to
Thanks for your quick reply...but where exactly do I have to add the attribute....it looks so complicated :)
Quote Reply
Re: [Wolfe] open links in new window In reply to
Right here:
Code:
<%if URL ne 'http://'%><p class="linkurl"><%if isValidated eq 'Yes'%><a href="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>" target="_blank">...

Adrian
Quote Reply
Re: [brewt] open links in new window In reply to
Thanks so much Adrian! With your help I now even managed to change the link above which contains the link description as well :-)