怎样将FCKeditor显示在页面上?在线等最好能加我的QQ:429499833 在线等真的谢了。。

解决方案 »

  1.   

    <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
    <td> <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" Height="600px" Width="700px" > </FCKeditorV2:FCKeditor> </td></tr>
      

  2.   

    http://www.cnblogs.com/tangself/archive/2009/12/12/1622491.html
      

  3.   

    楼上的链接基础的都说了,像什么修改里面属性之类的可以Google下
      

  4.   

    这个做参考..http://tieba.baidu.com/f?kz=688520174
    使用方法 http://www.cnblogs.com/luohuarenduli/archive/2007/03/15/676393.html
      

  5.   

    <FCK:editor instanceName="myEditor" basePath="/fckeditor" value=" " toolbarSet="bbs"></FCK:editor>直接跟在后面
    <input type="submit"/>
    先把按钮 hidden 然后 用JS控制显示补救性了
      

  6.   

    添加它的dll文件,将其拖到页面上!
      其他配置见文档说明!
      

  7.   

    配置下 WEB.CONFIG  BIN里面 导入 DLL  页面上 加载下 就行了具体说明 网上应该有的吧