Because I want to display some code (without processing it). For example, let's say I wanted to show someone how to bold some test in HTML. I would want them to be able to see the code (as if I were escaping the brackets). I don't want the code to actually process. I just want them to see it: <b...
This is actually in reference to an old post located at http://forum.cmsmadesimple.org/index.php/topic,15044.0.html I know this is an old topic, but my question is directly related to it. If someone were to want to do both of the following: 1. Display html code without rendering it and 2. Display...