views:

81

answers:

2

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.

+1  A: 

It seems you are using RichFaces.

Try keeping all javascripts in a js file and include it in header. 
replace '<' with '&lt' in javascript

It should work

I have crossed check with this

org.life.java
A: 

in your main div style="display:none;"

you should remove it there

Grumpy
That's not the problem. Some javascript is supposed to modify this (possibly to make it fade in or something), but isn't firing on Chrome. Check in another browser and you'll see that it works.
Ian Henry
http://www.blackcan.com/test/test.html doesnt show content
Grumpy
http://www.blackcan.com/test/test1.html does show content with display none removed
Grumpy