loadVar text (small) problem

Hi,

I load several texts from different textfiles using a code like:

loadText = new loadVars();
loadText.load(“lening.txt”);
loadText.onLoad = function(success) {
if (success) {
veld.html = true;
veld.htmlText = this.myNews;
}
}
}

but, althought it works fine and looks pretty good, there are just one or two lines in each text that don’t start at the most left position of the field, but one letterposition next to it (must be a word for that but i don’t know).
I am using

System.useCodepage = true;
to be able to use some special characters.

<BR> is not working to get rid of that one letter space.

Does somebody have a clue?

Thanks very much,

Jerryj.