Links in the text...
Posted: Sun Oct 24, 2004 3:20 am
Does anyone now how to add a hyperlink into a part of the text in a message?
Code: Select all
[url=http://www.url.com]Url name[/url]Code: Select all
[url]http://www.url.com[/url]Code: Select all
<a href="http://www.url.com">Url name</a>