看看是不是编码,功能可以就行了,看看用firedug跑下有没有错误
没有错误 应该就是可以的

解决方案 »

  1.   

        <add key="FCKeditor:BasePath" value="/fckeditor/"/>
        <add key="FCKeditor:UserFilesPath" value="/UploadByFck/" />
    var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
    var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | php
    你那个是java版本吧!
      

  2.   

    楼上的,我用的是php, 你贴得是上传文件的设置,用记事本打开的话,文件开头没有那个点,用netbeanside就出现了,报错,编码都是utf-8firefox的错误控制台显示的都是css错误,
      

  3.   

    /*
     * FCKeditor - The text editor for internet
     * Copyright (C) 2003-2006 Frederico Caldeira Knabben
     * 
     * Licensed under the terms of the GNU Lesser General Public License:
     *  http://www.opensource.org/licenses/lgpl-license.php
     * 
     * For further information visit:
     *  http://www.fckeditor.net/
     * 
     * "Support Open Source software. What about a donation today?"
     * 
     * File Name: fckplugin.js
     *  This plugin register Toolbar items for the combos modifying the style to 
     *  not show the box.
     * 
     * File Authors:
     *  Frederico Caldeira Knabben ([email protected])
     */FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null, FCK_TOOLBARITEM_ONLYICON, true, true, 1 ) ) ;
    FCKToolbarItems.RegisterItem( 'StyleSimple' , new FCKToolbarStyleCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
    FCKToolbarItems.RegisterItem( 'FontNameSimple' , new FCKToolbarFontsCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
    FCKToolbarItems.RegisterItem( 'FontSizeSimple' , new FCKToolbarFontSizeCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
    FCKToolbarItems.RegisterItem( 'FontFormatSimple', new FCKToolbarFontFormatCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;这个文件点出现在那?怪事今年真多!!!
      

  4.   

    好吧,我截图都是那个点引起的,删了就不报错,可很多地方有,
    我再重复下,编码是utf-8,记事本打开看不到,用netbeans 就看到了,不能复制