CMS help pages
  
You are here: Home > Developers > How to build templates > Links to pages

Links to pages

type=linkSource/linktarget

When the user right-clicks on the SOURCE tag they will get a simple pop up to allow them to select a link to another page within their website. The TARGET tag will contain the URL for the target page.

Example 1:

<cms type=linkSource id=link1>
<a href="<cms type=linkTarget id=link1>">Click here for special offers</a>

Example 2:

<c>
Select the special offers page: <cms type=linkSource id=link1>

</c>
<img onclick="location.href='
<cms type=linkTarget id=link1>'" src="special-offers.gif">