Cannot get the CKEditor to render. Below is my page markup.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<CKEditor:CKEditorControl ID="CKEditor1" runat="server" ></CKEditor:CKEditorControl>
</div>
</form>
</body>
</html>
Attached is the ouput as it appears. It looks like a standard text area.
The contents are in the just off the root in a folder called ckeditor
I followed the setup example in
http://docs.cksource.com/CKEditor_3.x/D ... _Beginners
Any help thanks
Thu, 04/28/2011 - 16:06
#1
Re: Installing CKEditor
Re: Installing CKEditor
Attachments:
Re: Installing CKEditor
If I make any progress I will post here.
Sam
Re: Installing CKEditor
I removed the ckeditor folder from my project by deleting it in the solution explorer.
I re-added it, by dragging it from the file system onto the top level project name in the solution explorer.
I started my debugger and it worked. Not sure what happened.
Sam