Hyperlinks...?

I'm a total blank. How do you create a link to a website directly into your answer (ex. http://www.espn.com)?

Danlow2006-11-20T05:05:42Z

Favorite Answer

Do exactly what you did, but dont put the )) at the end of the link otherwise it thinks it is not a hyperlink see...

http://www.espn.com

Jimmy2006-11-20T05:07:43Z

Just type in the full address.

Or you can also open the web site and copy the whole address and paste onto the answer, when you submit, it will be hyperlink to the page.

comn8u2006-11-20T05:13:10Z

You can use this simple line of code.
<a href="http://www.espn.com">Espn Sports</a>

You can also have the link open up a new window instead of just going to the site and making your website disappear.
<a href="http://www.espn.com" target="_blank">Espn Sports</a>

here's a link to show you more ways you can configure a hyperlink.
http://www.fontstuff.com/frontpage/fptut05.htm