making words into links
- princess myu
- Joined: Fri Mar 19, 2004 9:34 pm
- Location: crzy
- Contact:
making words into links
what code do you have to use [/url]
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
- godix
- a disturbed member
- Joined: Sat Aug 03, 2002 12:13 am
You can also use standard HTML for links. I generally use href just because I'm so used to that from other sites. The way to do that is:
<a href="http://www.animemusicvideos.org/members ... p">this</a>
Code: Select all
<a href="http://website">text you want underlined here</a>
So for example <a href="http://totalcrap.com">this</a> becomes