View Single Post
  #83  
Old 03-30-2005, 02:00 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

well, after scratching my head for a while...

assuming your fckeditor directory is in the root...

in fckeditor.js

change

Code:
this.BasePath = '/fckeditor/' ;

to

Code:
this.BasePath = '../fckeditor/' ;

...worked for me anyway. Thanks!
__________________
xcartmods.co.uk
Reply With Quote