I know, but I hate that. I wanted to try something different.
On Apr 15, 4:32 am, Harlan Messinger
<hmessinger.removet...@comcast.net> wrote:
> Bob wrote:
> >http://robertlindsay.blogspot.com/20...tml-code-show-...
>
> 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.