PDA

View Full Version : Links in words...



StarlightAngel
09-01-2004, 10:30 PM
How do you put links in words?

Flying Mullet
09-01-2004, 10:34 PM
Do you mean like <a href="www.eyesonff.com">this</a>?

It's simple, just put an &lt;a&gt; tag around the word(s) you want to link and the name of the site that you want to link to in the tag. For example the source of the sentence above looks like this:

Do you mean like &lt;a href="www.eyesonff.com"&gt;this&lt;/a&gt;?

Or you can use vb code to do it too, where it would look like this:

Do you mean like [<i></i>url="www.eyesonff.com"]this[/url<i></i>]?

Either way works just fine.

StarlightAngel
09-01-2004, 11:00 PM
Thanks!

Flying Mullet
09-01-2004, 11:35 PM
Chalk one up for the mullet. :cool:

crono_logical
09-02-2004, 12:05 AM
You forgot the http:// bit, which is important, otherwise if you look at where it ends up leading to if you hover your mouse over it, you'll see it's probably not what you expected :p