2006-01-06, 05:40 PM
if you want to add a link that goes outside your forum, instead of adding the code Nadav mentioned, add this:
change the blue to the real link you want, and remember to add the http:// or it won't work.
and change the orange to the name you want to display.
for example, if you want to add a link to mybb home, the code would be like this:
Enjoy!
<a
href="[color=blue]http://link.com[/color]">[color=orange]Name[/color]</a> |
change the blue to the real link you want, and remember to add the http:// or it won't work.
and change the orange to the name you want to display.
for example, if you want to add a link to mybb home, the code would be like this:
<a
href="[color=blue]http://www.mybboard.com[/color]">[color=orange]MyBB Homepage[/color]</a> |
Enjoy!