Page 1 of 1

Links in the text...

Posted: Sun Oct 24, 2004 3:20 am
by Wonderlicious
Does anyone now how to add a hyperlink into a part of the text in a message?

Posted: Sun Oct 24, 2004 3:56 am
by Jens
On a forum (BBCode):

Code: Select all

[url=http://www.url.com]Url name[/url]

Code: Select all

[url]http://www.url.com[/url]
On a page (HTML code):

Code: Select all

<a href="http://www.url.com">Url name</a>