You are not logged in.
Yes, Editor works in I.E. but not in Firefox !
I had an older version that worked fine untill I updated everything, the script I mean.
I even downloaded the latest version of Firefox but this didn't helped me a bit.
So, does anyone knows why it don't work in Firefox ? It run on XP Pro.
Offline
Now I have to work on my old win98 for the next 10 days ! But I can try this out in win98 now.
But I managed to show the editor in my WEBMANAGER (not the downloaded excample) but WITHOUT the CSS layout ! Crazy isn't !
How I work is like this : first I try to let it work with the standard configuration, only then I'll do my choice in plugins etc...
This is between the <head> tags on my page :
<link type="text/css" rel="alternate stylesheet" title="xp-blue" href="txtedit/skins/xp-green/skin.css" />
<script type="text/javascript">
//win98 IE gave an error : _editor_skin is not defined ! So I wrote var _editor_skin;
var _editor_skin;
_editor_url = "/webjungle/notimeforschool/student/976431/txtedit/";
_editor_lang = "en"; // And the language we need to use in the editor.
</script>
<!-- Load up the actual editor core -->
<script type="text/javascript" src="txtedit/htmlarea.js"></script>
<script type="text/javascript" src="txtedit/my_config.js"></script>
The only thing I changed in my config is this :
[
'myTextArea'
];
For 1 textarea.
The url from http up is :
http://localhost/webjungle/notimeforschool/student/976431/txtedit/
The map xinha has become txtedit in my case.
The page that contains the editor can be found in the map
http://localhost/webjungle/notimeforschool/student/976431/
So what do I do wrong ?
Offline
I inserted following line instaed of " var _editor_skin;"
_editor_skin = "xp-green";
but not all images is showing...
Offline
ok I stop now, it's getting late... the xp-green.css is wrong !
I copied the xp-blue.css and changed only the color #c3daf9(from xp-blue) into #f2f0e4 and the xp-green works finally.
Thanks anyway.
...
Offline