Posted by Zippy from sa-165-227-138-102.cruzio.com on May 15, 2001 at 19:38:29:
In Reply to: How to show code... posted by Micah on May 15, 2001 at 18:48:24:
: I'm trying to figure out how you show someone HTML code without it being interpretted. Usually that means the gt and lt codes, but I can't find a platform that doesn't translate that as well....
: See how your green code flowed over into the rest of the message because of greater than and less than being misinterpretted?
Use #60 for "less than" (replaces 1t) and #62 for "greater than" (replaces gt). &-#60-; and &-#62-; (remove dashes).
Here's how it looks...
<img src="imagehere">
Regards,
Zippy
: I guess it can't be done...
: How to display image:
: What I really wrote:
: --Micah