You missed a bit. by
Neshomeh
on 2010-09-12 19:16:00 UTC
Reply
You forgot the "a href=" part. It's HTML for "this is where my link goes." (If you're really curious, it stands for Anchor Hypertext REFerence.)
Each and every hyperlink ("link" is short for hyperlink) needs to look exactly like this:
<a href="MY URL">MY TEXT</a>
For instance, this:
<a href="http://starshadowhall.tripod.com/ppc/index.html">Neshomeh's Archive</a>
gives me this:
Neshomeh's Archive.
That last bit, the </a> closing tag, is VERY IMPORTANT. If you forget it, everything after your text will also be turned into your link, and it messes up the "Post Reply" and "Return to Messages" buttons.
~Neshomeh