hi,
can you try the example page below? does it gets the same problem? or it onlly happens on your own page?
- <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" %>
-
- <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>
- <!DOCTYPE html
- <html>
- <head>
- <title>example</title>
- </head>
- <body style="background-color: blue">
-
- <form id="rteForm" method="post" runat="server">
- <RTE:Editor ID="editor1" runat="server" />
-
- </form>
- </body>
- </html>
Regards,
ken