Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Link in a window

Quote Reply
Link in a window
Where may I modify each link so they open in a new browser window.

Thank you in advance for your feedback,
Patricio//

**MODERATOR: could you please change this posting title to "Link in a New Window" ?
thank you//

[This message has been edited by Patricio (edited March 29, 2000).]
Quote Reply
Re: Link in a window In reply to
Uh...in the link.html template file.

Add target="newwin" to the link codes:

Code:
<a href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>" target="newwin"><%Title%></a>

BTW: This has been discussed before in this forum and in the Modification Forum...

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums


[This message has been edited by AnthroRules (edited March 30, 2000).]