|
Re: Ie6 Html Unexpected Effect
It's an operator error (mine). My output routine from C++ had placed a <br> tag after every line of data in addition to a CR/LF. IE6 somehow acted on all the <br> tags at once causing pages of white space before the HTTP output. I removed the <br>'s, and the problem disappeared.
__________________
|