ページへのリンク、または同一ページ内の参照先へのリンクを作成します。
構文
{link
[target=,]
href={url },
}
説明
"file:///c:/work-files/ebusiness.curl"
"file:///c:/work-files/ebusiness.curl#eplumbing"
"#my-dest"
例
| 例: リンクの作成 | |
{paragraph
Just
{link href = {url "http://www.curl.com/"}, click me}
to get to Curl's Home Page.
}
|
| 例: リンクの外観の変更 | |
![]() | |
{paragraph
Try
{link
href = {url "http://www.curl.com/"},
cursor = cursor-help,
tooltip = {Tooltip "Welcome to Curl's Home Page!"},
{text color = "orange", this fancy link}
}
also. Check out its tooltip and cursor.
}
{paragraph
And
{link
href = {url "http://www.curl.com/"},
{text
color = "black",
text-underline? = false,
font-style = "italic",
font-size = 1.2em,
this link
}
}
has a completely different style.
}
|
{link href = {url "#my-dest"}, My Destination}
ビジュアル テスト