Hi all,
I'm trying to change the default skin of FCKeditor.
I'm using this code:
<script type="text/javascript"> <!-- var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = './fckeditor/' ; FCKConfig.SkinPath = FCKConfig.BasePath + 'editor/skins/office2003/'; oFCKeditor.Height = 250; oFCKeditor.Value = '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ; oFCKeditor.Create() ; //--> </script>
But all I get is nothing. FCKeditor doesnt show up.
What am I do wrong?
Thank you
Re: Changing skin of FCKeditor
It's only a problem of browser cache. Try to clean all cached information of your browser, reload the page and that's all. I am the same problem, and after clear cache, it works fine.
(Sorry by my english, i'm spanish)
Regards