I have no idea how to fix this. I've tried everything. I tried changing everything all the files to ANSI from UTF-8.... tried reinstalling. Nothing works. The "" just writes itself to the top (with or without javascript, so not a js issue), and I cannot find this string anywhere.
In Firefox 2, it appears but in IE6 it does not.
I have a header also:
header("Content-Type: text/html; charset=ISO-8859-1");
If this line above exists (in either browser) then I will get a header-already-written warning, like:
"Warning: Cannot modify header information - headers already sent by (output started at /home/fsoft/public_html/[]/custom/phpfreechat/src/containers/mysql.class.php:1) in /home/fsoft/public_html/[]/header_opacity.php on line 85"
HELP!