Re: HTTPS - How to get rid of warning/message caused by Cute Editor

  •  05-26-2010, 10:13 PM

    Re: HTTPS - How to get rid of warning/message caused by Cute Editor

    Oleg,
     
    That is a css for the syntax hilighter button/dialog , which used to format C#/HTML code.
     
    Deleting it will only make it have no style while editing.
     
    The style is :
    1. <html>  
    2.  <head>  
    3.    New Page   
    4.  </head>  
    5.  <body>  
    6.     Hello World   
    7.  </body>  
    8. </html>  
     
    Regards,
    Terry
View Complete Thread