Thanks..of course you are right about the text editor
Beleive or not I have never had the need to see line numbers..no programming type experience here

A graphics geek myself

Anyways I downloaded BoxEditor(very cool proggie btw) and here is my lines 196-198)
(I dont know why its displaying/c either)

I think I am going to start a new topic
This is getting too big I think
So here are my lines 196-198 in ubbt.inc.php

if (isset($user['newlanguage'])) {
require ("{$config['path']}/languages/{$user['newlanguage']}/generic.php");
}
if (!$ubbt_language) { $ubbt_language = $config['language']; }


Lerosi