-
Notifications
You must be signed in to change notification settings - Fork 3
Linking
Belac Darkstorm edited this page May 11, 2016
·
1 revision
These tags are used to create a standard clickable link.
The most basic format is to simply put the address you want in between the beginning and end tags:
[url]http://google.com[/url]
[link]http://google.com[/link]
You can also have the link same something else if you specify the link address as a starting parameter:
[url=http://google.com]Google[/url]
[link=http://google.com]Google[/link]
You can also set the link's tooltip if you add a title parameter. The title must be surrounded by quotes:
[url=http://google.com title="A Link to Google"]Google[/url]
[url title="A Link to Google"]http://google.com[/url]
[link=http://google.com title="A Link to Google"]Google[/link]
[link title="A Link to Google"]http://google.com[/link]