multiple HTML AREA in Web Client, Firefox problem

Hello,

About to use multiple HTML AREAs on 1 page, each filled with complex html code, and I run into problem when opening the WebClient with Firefox: only 1st HTML AREA is displayed.
Anyway, it works well in Chrome and IE (all HTML AREAs displayed properly)
Have tried to tweak tags, but still HTML AREAs other than 1st don’t display in Firefox

Is there any adoption (for Firefox) required or do I have to rework my html code and to put everything in HTML AREA?

Regards

Does it work in FF with less complex HTML?

If it’s complex HTML it is hard to tell what is going wrong. You can check if the HTML appeared as expected in the page markup by using the Firefox Firebug plugin.
If all is there in the markup as expected (from the HTML AREA point of view) you need to investigate why that HTML doesn’t work on FF when present in multiple places in the markup.