Hi gurpreet,
1. I suggest you upgrade to the latest version and try again.
2. Try create a simple page like below and test it on your site. I thing some style sheet cause this issue.
3. You can remove the css file one by one and check which cause it.
- <%@ Page Language="C#" %>
-
- <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
- <!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>Untitled Page</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <CE:Editor ID="editor1" runat="server" >
- </CE:Editor>
- </div>
- </form>
- </body>
- </html>
Keep me posted.
Regards,
ken