Hi,
I've spent a few hours to find out the cause of this blank page:
[page removed for security reasons]
It's hard to understand why all the source code appears ok but the page is blank...
Please note that in FF/IE it's working ok...
Does anybody see the problem?
Solved: The problem was the js plugin which loaded the text containing a wrong closed tag for link.
old:
<a/>
new:):
</a>
Yes....i agree...most of the errors come from small things.