Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Linking to detailed view pages.

Quote Reply
Linking to detailed view pages.
Hey,

I know this is a really simple thing - I just can't remember how to do it. I remember it is easy though Smile What do I use to link to the detailed view pages?

Thanks.
Quote Reply
Re: Linking to detailed view pages. In reply to
Hi,

Use:
<a href="<%build_root_url%>/Detailed/<%ID%>.html">Detailed View!</a>

in link.html. You need the <%build_root_url%> if you want to use page.cgi.

Cheers,

Alex