Re: Test code insert

  •  11-15-2009, 10:17 PM

    Re: Test code insert

    Hi Mariette,
     
    Can you create a test page like below and send me the URL, so I can test on your site?
    1. <%@ Page Language="VB" %>   
    2. <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>   
    3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
    4. <html xmlns="http://www.w3.org/1999/xhtml" >   
    5. <head runat="server">   
    6.     <title>Untitled Page</title>   
    7. </head>   
    8. <body>   
    9.     <form id="form1" runat="server">   
    10.     <CE:Editor ID="Editor1" runat="server">   
    11.         </CE:Editor>   
    12.     </form>   
    13. </body>   
    14. </html>  
     
     
    Regards,
     
    ken
View Complete Thread