Hi gim-matt,
It works fine for me, can you try the example page below? Does it work on your end too?
- <%@ Page Language="c#" %>
-
- <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>
-
- <!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>
- <title>example</title>
- </head>
- <body>
- <form id="Form1" method="post" runat="server">
- <div style="width:900px"></div>
- <RTE:Editor runat="server" ID="Editor1" Width="100%"/>
- </form>
- </body>
- </html>
Regards,
ken