Macro Language Reference > PIs > Text > <?tbklnk>
  
<?tbklnk>
Description
Inserts a bookmark link in the text.
 
Example 513. Example of a bookmark link
In the example below, the codes that signify link 'my_link_1' are inserted around the text that will be clickable in the source document. The link has been set up via tpmkset.
<?tbklnk="my_link_1">Take me to my bookmark<?tbklnk>...
* 
PTC ALD must be in script/link mode in order for links to be activated, ie.tgsel -1.
Syntax
<?tbklnk link name:t?>
<?tbklnk>
[no parameter]
Invoke the Bookmark Link dialog box.
link name
The name of an existing bookmark link, created using tpmkset.
Related Links