在asp..net中的CKeditor

时间:2013-02-22 15:07:09

标签: c# asp.net ckeditor

<%@ Register assembly="CKEditor.NET" namespace="CKEditor.NET" tagprefix="CKEditor" %>
 <div class="main" style="height:400px; padding-top:30px;">
      <CKEditor:CKEditorControl ID="CKEditorControl1" runat="server">
             </CKEditor:CKEditorControl>
  </div>

我尝试在asp.net中使用CKeditor,在我添加引用.dll之后,我创建了这个CKeditor但它显示了小textarea而不是CKeditor,我希望。我使用的是ckeditor_aspnet_3.6.4版本。这个版本有什么问题吗?

1 个答案:

答案 0 :(得分:0)

在增加div =&gt;的高度和宽度后看看“主要”并检查...