Name
HTML::Link —
Make a HTML link
Synopsis
Import HTML;
string
HTML::Link
( |
string
| text
, |
|
string
| link_id
) ; |
Parameters
-
string
text
(translated) text the user will see
-
string
link_id
internal ID of that link returned by UserInput()
Description
For example [a href="..."]...[/a]
You still need to embed that into a paragraph or heading etc.!