linking question.

Toad48

Dry Bowser
I'd like to know how to put a link in a word like if you type you, you can click on it and it will go to a link. How do I do that?
 
Code:
[url=http://www.youtube.com/watch?v=mLdn8QfxxCo]good.[/url]

Glowsquid created this url
 
BananaYoshi said:
I'd like to know how to put a link in a word like if you type you, you can click on it and it will go to a link. How do I do that?
Imagine your url is http://www.google.com and the word you're looking for is "you"

Typing
Code:
[url=www.google.com]you[/url]

Will make this: you

You can replace the "www.google.com" with any link and you can replace "you" with whatever word you want.
 
Back