Sorry, I didn't mean to burst in, since you already fixed the problem, but I will add a little bit of info that may help. If you have RTE turned off, $PAGETEXT can be used to insert HTML/CSS/JavaScript.
For instance:
$PAGETEXT := $PAGETEXT + "<p>New Text"
This will put the new information in a new paragraph, distinguishing it from the present text.