Insert Image window looks broken in V6.3

  •  02-13-2009, 6:03 AM

    Insert Image window looks broken in V6.3

    Hi,
    just tested a simple code and clicked on Insert Image or Insert Template. All windows look broken.
     
    Thanks for help!




    Example Code:
    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="CuteEditor.aspx.vb" Inherits="CuteEditor" %>
    <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
    <%@ Register TagPrefix="CuteEditor" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!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 id="Head1" runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <CuteEditor:Editor ID="Editor1" runat="server"
      ConfigurationPath="~/Editor/Configuration/AutoConfigure/Simple.config" Height="200px" ThemeType="Office2007">
    </CuteEditor:Editor>
    </form>
    </body>
    </html>
View Complete Thread