Possible Duplicate:
How to avoid echoing character 65279 in php? (This question also relates to Javascript xmlhttp.responseText (ajax))
I can't understand why div behaves so strange, There is a div on the right side, which has class - .rightcolumn, it has child div .basket_refresh_box, the problem is that there is a whitespace/breakline before basket_refresh_box div, that is counted as 1 text line, so this div, basket_refresh_box, goes down 1 line, i've tried to remove all whitespaces, so it would look like ..., so there is no even one space or tab character between them, then firebug shows just empty text between them (""), still the div goes down. Is it possible to remove this pagebreak somehow? css white-space doesn't help..
btw i've tried to insert another div right after rightcolumn and it is shown right way,
thanks for your help in advance,
update: i've updated my code so it would look like:
<div class="rightcolumn"><div id="basket_refresh_box"></div>
but there is sill this "" empty text before div,
and here's how firebug shows it: https://i.stack.imgur.com/dbeO9.jpg
and here's how it's shown in browser: https://i.stack.imgur.com/jJYyQ.jpg