People have asked about how to create hyperlinks here at Open Salon. (A hyperlink is a clickable region of text.) This is a quick tutorial just for that and nothing else.
There are, sadly, about a half dozen different input contexts that you might need to do this in and the rules differ slightly for HTML in each of them. That makes explaining everything harder. For example, you can't use hyperlinks at all in OS's private mail (sometimes called “PM”) system. But in a number of other contexts you can use the techniques here.
Inserting Hyperlinks in Comments
If you want to make a comment with a hyperlink, like this:
See my blog page for details.
You want to type this into a comment box:
See <a href="http://open.salon.com/blog/kent_pitman">my blog page</a> for details.
That is, you want to start your hyperlink with this textual marking:
<a href="put URL here">
and finish with this textual marking:
</a>
Everything in between those two things is a hyperlink to the URL you have placed where it says “put URL here”.
Debugging Tip: The quotation marks in the start must be straight quotes ("...") and may not be the fancy curly quotes (“...”) or it won't work.
The hard part is believing it will work. There is no preview. There is no undo, although if you make a real mess the thread owner might be willing to delete your comment and let you try again. There is just holding your breath and hoping it works.
If you want to know more detail about how it works, you can see my HTML tutorial for OS users.
That tutorial does not explain, though, why you can do that in a comment and you can't do other HTML things in a comment. The answer is that the thing that lets you type comments sweeps over your comment and removes all HTML except a specific set of things, and the anchor markup is one thing it lets go through.
Inserting Hyperlinks in Posts
If you were to do this in the blog post editor, by contrast, it wouldn't work. Your post would come out looking just like that, less-than and greater-than signs would probably appear visibly rather than turning into a hyperlink. But if you clicked on the little HTML icon in the post editor, you'd enter a place where you could type HTML. You probably don't want to do that because if you don't know HTML it will confuse you. So the post editor avoids the problem by letting you take text like this:

Drag over the part you want to hyperlink and click the icon that looks like a chain link:

You will get a dialog asking for a Link URL. Type the link in that box. You can leave the title blank. Click Insert to confirm.

Things should now be as you want:

If you got value from this post, please "rate" it.


Salon.com
Comments
let me practice:
coveryourass
Personally, I have trouble with fonts. That is, the logic in the OS editor function seems to want to mess up my attempts to set font standards.
It seems to be hit or miss on that.
Anyway, re hyperlinks -- thanks.
Rated.
Nick, I think there's some info on fonts in my full HTML tutorial for OS and additional info in my CSS tutorial for OS.
Travellini, yes, cutting&pasting URLs is safer than typing them.
R
But if you do it by accident in a post, you can exploit a stupid bug in the way Open Salon does things by doing the Save Draft and Preview command and then doing Edit. That should leave your text unaltered, but due to Open Salon thinking it's being clever, it goes ahead and processes the markup.
(Many think this is dreadfully helpful, but for people like me who write posts that try to show you HTML, it completely mangles the post if I ever use Edit. I have to resubmit the HTML text from scratch every time I do an edit here because doing Save Draft and Preview is not safe to return to edit on a post like this. If this parenthetical paragraph makes no sense to you, just ignore it.)
Thanks! Could you add "os user manual" as a tag too?
Truer words were never written! Putting HTML in a comment is always a leap of faith... :-D
Norwonk, yeah, you'd think they'd work on something like preview mode rather than on things like more efficient ways to automatically import drek from other sites.
Eric, HTML is standardized and this is standard HTML, but a subset of it. Most of the frustration is around the fact that other HTML does not also work.
Cindy, Scupper, and ttfn, I'm glad you found it helpful.
{[R]}
RATED
Mishima, it might not surprise you to know that I can't ever figure out what The Powers That Be will do or why. I suggest bookmarking it, but agree with your implication that such is of no help to new users who might not know there was help there. I've also added it to the standard links on my blog page so people can find it there easily if they lose track.
I advise doing what I'm going to do, folks: print this out! That way you won't have to go looking for it later when you want to insert a link.
Anna, you're right, it's exactly about allowing flexible navigation. If you enjoy text offering that, you'll perhaps one day want to provide that sense to someone else. Don't force it, but know that the means is available to do that when you have a goal that needs it.
Susan, printout definitely works. Good suggestion.
RW, banners are just images of a certain size, so the trick is having an image maker. I don't have a tutorial on that and not likely to make one, in part because the differences in available tools means there's no standard way to describe what to do. Maybe find someone with a banner you like and ask them how they did it...
I can't tell you how many times I keep coming back to this.
well... I guess I can.
I just did.