You can use the forum bbcode to do that, you use the 'URL' code for this;
- Code: Select all
[url][/url]
In order to make it clickable text you have to modify it slightly, add an = at the end of the first section, followed by the link. Then in the middle you'll type whatever you want the text to be;
- Code: Select all
[url=link]Text[/url]
Completed it should look like this;
- Code: Select all
[url=https://www.chickensmoothie.com/Forum/memberlist.php?mode=viewprofile&u=1137041]Trade me :)[/url]
Which when posted looks like this;
Trade me :)If you are still having trouble with it you can post what you have tried so far on this thread and we can take a look at whats going on with it. In order to have it show up as code like I did above you have to post it inside the 'code' bbcode;
- Code: Select all
[code]paste code here[/code]
but if you just post it without that, thats also fine, there are a couple different ways we can still see what your code looks like even if you don't do that (for example, quoting a post lets you see the full bbcode that was used).