How can you post a link and change the link into words in your text. These appear underlined, so the reader knows to click on it. Like this:
click here
You can do that with either html or vB codes. In html it would look like this:
{a href="http://thisisthelink.com"}click here{/a}
Just replace the { and } with < and > both times
With a vB code it's like this:
{url=http://thisisthelink.com}click here{/url}
replace the { and } with [ and ] both times
click here
You can do that with either html or vB codes. In html it would look like this:
{a href="http://thisisthelink.com"}click here{/a}
Just replace the { and } with < and > both times
With a vB code it's like this:
{url=http://thisisthelink.com}click here{/url}
replace the { and } with [ and ] both times
Last edited by a moderator: