k, new update.
the layout was screwed (just like when you copy-paste to wordpad) so needed to fix it.
the html file for codeparser-menuItem with correct layout is as follows:

<SCRIPT LANGUAGE="JavaScript" defer>
var parentwin = external.menuArguments;
var doc = parentwin.document;
var sel = doc.selection;
var rng = sel.createRange();
var str = new String(rng.text);
str = str.split('\n');
str = str.join('');
str = str.split('<br />');
str = str.join('&#13;');
var codeparser=open("","CodeParser","toolbar=no,menubar=yes,scrollbars=yes",true);
codeparser.document.write('<html><head><title>CodeParser Lite by Lonkero</title></head><body><pre>');
codeparser.document.write(str);
codeparser.document.write("</pre></body></html>");
<!-- rng.execCommand("Copy")-->
</SCRIPT>


ps, didn't need before but copy&paste of new UDF's do require me to build the lib again and doh, that's a pain.
_________________________
!

download KiXnet