Venomrock76: (From HFW lesson) I assume you mean a link to some Web page. The manual format is
<_A href="http://somewebsite.com/somewebpage.htm/">link text<_/a>
(Note: remove the two underscores that I have inserted to prevent the link from executing.)
A common error is not enclosing the href URL in double quotation marks. (All parameter values are enclosed in quotes.) If you do not have any link text, there will be nothing for the user to click on, so, practically speaking, you have to put something there. Beyond that, all I can say is that it has to be correct, so doing anything incorrectly should not be done.
After posting, try the link. If it does not work, right-click the message, choose View Source and do [Ctrl-F] and search for something unique in your message so you can jump to your message's spot in the huge HFW page. Then examine the link to see where you goofed by comparing to a known-good link, which you could write down until you have it memorized. To get a known-good link, practice this in the HFW sandbox here. (Note that this is NOT the sandbox for the forum, which, because it uses different software, behaves differently and should not be used to practice for the HFW site.) Also, when you use the WP edit function, you can look at the link that way, too.
Either in the lesson comments or the sandbox, you have only five minutes to edit a message. In the sandbox, you can re-edit the same practice msg for those five minutes instead of making a zillion practice msgs if you are not the kind throw your hamburger wrappers and Coke cups out the car window. In the comments, if you can't get the link to work in the five minutes allotted, then edit the msg and leave nothing but a period (a blank msg). Then you can go practice in the sandbox to work out the bugs and make a second msg with a working link. Practice the View-Source-and-find-your-msg thing until you can do it quickly so that you can fix things quickly and beat the edit timer without breaking a sweat.
A simpler way to make a link is to just type the URL only:
http://somewebsite.com/somewebpage.htm/
without trying to use the HTML A tag. When WP sees a complete URL (including the
http://), it assumes you want the URL to be converted to a link and creates the A tag for you. In that case, you have no opportunity to enter link text; the URL becomes the link text, so it's not quite as cool. However, there are times when you want the user to actually see the URL so that they know what they are looking at. (Note that by the fact this is in blue here, the forum does this, too, but obviously this fake URL won't go anywhere.)
In case you examine the link using View Source after WordPress creates it, be advised that WordPress will add some additional parameters to the link, so don't wonder where they came from; you have no control over that.
Putting a forward slash at the end of the URL makes the link a bit faster; it is good practice, but not required.
So go practice some and pose here any questions that come to mind.