CMS help pages

Print this page
You are here: Home > [Developers] > Templates > Page and file links

Page and file links

type=linkSource and type=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.

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

type=fileSource and type=fileTarget

When the user right-clicks on the SOURCE tag they will get a simple pop up to allow them to select one of their uploaded files. When the site is published, the file will be copied to the target website.

Example:
<si5 type=fileSource id=file1>
<a href="<si5 type=fileTarget id=file1>" target=new>Click here to open the spreadsheet in a new window</a>