Hi, I have a problem where only code shows in my FCK Editor instance in .NET 2.0
It works perfectly on my machine and my development machine, but as soon as I publish my site on the live server it shows this (see attachment)
Any help would be appreciated.
Kind Regards,
Pieter
It works perfectly on my machine and my development machine, but as soon as I publish my site on the live server it shows this (see attachment)
Any help would be appreciated.
Kind Regards,
Pieter
Re: FCKEditor shows code not editor .NET 2.0
Looking at this I'd guess either:
- You're running in some IE7 security mode which is disabling Javascript for public websites
or
- Your server configuration is doing something confusing with regards client capabilities, and the <script> tags that should surround that code are somehow missing (this is why I'd like to see the HTML source to determine if the page is being written out correctly).
The code you can see is the javascript that would normally initialise the editor.
Re: FCKEditor shows code not editor .NET 2.0
Thanks for your help.
Re: FCKEditor shows code not editor .NET 2.0
Re: FCKEditor shows code not editor .NET 2.0
Normally IIS/.NET would do that itself as needed.
At least it works now...