%() Function

Top  Previous  Next

Use %() function insert HTML code into property values.

Syntax:

%(htmlCode)

 

Examples:

Usage

Price: %(<b>$100</b>)

Result:

Price: $100

Usage

Please click %(<a href="http://www.moremotion.com">here</a>)

Result:

Please click here