Bob wrote:
> http://robertlindsay.blogspot.com/20...how-up-on.html
You seem to have missed the built-in solution that exists for this. All
you have to do is substitute "<" (including both the ampersand and
the semicolon) for the less-than ("<") at the beginning of each tag.
Likewise, if you want something like "<" to appear like that on your
page as such instead of as "<", write it as "&lt;" instead. This is
called "escaping" characters that have a special significance when you
want to display them in a non-special way.