There is a BB Code button for it in the fifth group of Buttons inder the Font controls of the Posting body they are # for code <> for HTML and ~ (inside the little sheet with a dogear for PHP just before the little bubble with a yellow looking background and little wavy lines on it Pressing #
Will do this
pressing <> will do this
<html>
<head></head>
<title>FakeTitle</title>
<body>This is some fake html
</body>
</html>
and pressing ~ wil do this
<?
$stuff="Whatever stuff there is in the template file that has no
telling what in it and goes on for no telling how long and might
have other variables and such within it with all kinds of html code
or javascript stuff";
echo $stuff;
?>