Re: Problem with CE icons (Images doesn't show up)

  •  04-28-2013, 12:13 PM

    Re: Problem with CE icons (Images doesn't show up)

    Hi,

     

    Please create a new example page with the code below. Does it get the same problem?

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8.   
    9. </head>  
    10. <body>  
    11.     <form id="form1" runat="server">  
    12.         <ce:editor id="Editor1" runat="server">  
    13.         </ce:editor>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    Is hard to check if we can not check your page directly. Do you think you can create the example page above and send me the url of it? Then we do not need to access your own page and we can check it online.

     

    You can post the url here or send to Kenneth@CuteSoft.net.

     

    Regards,

     

    Ken 

View Complete Thread