Quote Originally Posted by DrByte View Post
If you redefine HEADING_TITLE to '' instead of 'this is my changed text' then it'll display nothing because it's defined to nothing. So, all you have to do is *change the text* again ... but change it to nothing.
Deleting the whole definition will just cause HEADING_TITLE to show up where you don't want it.
Fantastic, thanks very much. Really should have checked that out for myself first but presumed that it would still show the title, but just with a blank space instead of the text. As it is, it completely removes it.

Thanks.