Tag Definitions %link%

Retrieves the url to a linked page in a list.

This tag has no parameters

Example

IIn this example, a hyperlink is rendered:

  1. <li>
  2. <a href="%LINK%">%CAPTION%</a>
  3. </li>
RENDERED OUTPUT:
<li>
<a href="next_page.html">Next Page</a>
</li>

See Also:

Video Guides

How To...

Tag Definitions