BTW, I meant "
$blog[message]" We're going to be using the blog addon to post and manage articles on our site and so I got my names confused as I was typing.
Warlord, thanks for responding. Yeah I did try that. I searched blog.php and all (as far as I could figure) of the included files that get called from blog.php and I couldn't find that direct variable. I also tried the reasonable variations like $blog['message'] etc. I am guessing that 'message' must be getting assinged while it is part of a different array and then the compiled contents are getting transfered to or referenced by blog[]. But I haven't been able to figure out where that is happening.