我用FCKeditorV2版本的时候遇到个问题:
在编辑区里写“中国”,然后点“大小”,结果“中国”两个字的背景颜色不见了,就是没选中“中国”这两个字了,变成无法改这两个字的大小,其它像“样式”,“格式”也一样。
哪位大侠帮我看下,谢谢!
引用:<%@ Register assembly="fredck.fckeditorv2" namespace="FredCK.FCKeditorV2" tagprefix="cc1" %>
编辑区:<cc1:FCKeditor ID="txtContent" runat="server" Height="350px">
                    </cc1:FCKeditor>fckeditor编辑器 选中编辑器

解决方案 »

  1.   

    是不是你把FCKeditor的设置属性、样式去掉了!
      

  2.   


     <FCKeditorV2:FCKeditor ID="txtQuestionTitle" runat="server" ToolbarSet="Basic" DefaultLanguage="zh-cn"
                                            BasePath="../../WebControls/fckeditor/" Width="500" Height="200">
                                        </FCKeditorV2:FCKeditor>