Hmmm ok so I messed up.
I have the text which gets displayed is at the same point at my <% include PureChat.ss %> code which is why it is displaying.
I have another set of text inside the purechat.ss file which is not being displayed.
I cannot attached my page.ss (from /themes/env/templates/layout directory) and purechat.ss (from /themes/env/templates/includes directory) as this will not accept the file type
the page.ss from above only has A <DIV> entry in it so I am assuming it is included somehow into the main page.ss?
I did notice that there is another page.ss file in /themes/env/templates so I put the <% include purechat.ss %> in there as well
There is nothing appearing in the console window of chrome inspector so I think it is just not picking up the include file somehow.
If I alter the Purechat.ss file to just display some text, this is not displaying so the more in investigate, there is some interaction with the page.ss file and the purechat.ss file that is missing...
Looks like this might be something for the silverstripe gurus to set up for me :(
Chris