Hi,
While trying to customise my Fck editor to show my own styles, I messed up somewhere and now the box itself will not display. I can see the toolbars, the buttons respond, etc., but the box itself does not appear.
When I try adding a new image, etc., it just ignores my clicks. The area that should be occupied by the textbox is blank, but when right-clicked the Firefox menu does not appear, implying there's something there.
I checked the code to see where the problem was and I found this:
<div style="width:100%;"><table width="100%" height="500px" border="0" cellpadding="0"<tr><td width="100%" height="500px" class="normal">....
Basically, the second TABLE's tag does not have a closing >!! That happens in all my instances of FCK. I tried changing the editor's height successfully, but it still won't close the tab. The editor does show on Internet Explorer, but I need it to show on Firefox because the content manager uses a Mac and the editor isn't compatible with Safari.
As far as I remember I only modified the css and corresponding xml files and the web.config file for the whole site, but it could have been more.
Thanks for your help!