OK - the posts above will work, but here's how I do it...
There are two ways to insert a link - the "easy" way, and the "pretty" way.
1. The easy way - just type in the full web page address. Cut and paste it from your browser address bar if you want. The next line is an example - all I did was type it in, nothing else - the bulletin board software is smart enough to know it's a web address, and turns it into a link on the fly:
http://www.yahoo.com
2. The pretty way - type away as normal, don't worry about the link just yet. When you are ready to make part of the text you typed a link, highlight it with your mouse, then click the URL button above the edit window. This surrounds the text you typed with a couple of "tags", called BBCode (described below). A common example - you type "Click Here" and want the words to be a link, pointing somewhere. Here's how it would look in your edit window if you highlighted "Click here", then clicked the URL button:
Code:
[url]Click here[/url] to visit Yahoo!
All those goofy words inside of brackets are called BBCode. BBCode is just a way to tell the bulletin board to do something fancy with what you are typing - in this case, make a link out of it. You'll noticed BBCode always comes in pairs - identical, except the second one has a "/" in it. Everything between the pair of BBCode's is affected.
Still with me? Well, in order to make "Click here" actually point somewhere, we have to modify the BBCode a little. You do this by adding a little text to the first as follows:
[code][url=http://www.yahoo.com]Click here to visit Yahoo![/code]
All you do, is move your cursor to just past "url", insert an "=", then the web page address. Again, cut and paste comes in handy here, particularly when the web page address is really long.
Sounds tougher than it is - give it a try, no big deal if you screw it up a couple times. That's when the "edit" feature comes in handy... :lol: