Hi,
We recently bought Cute Editor for our Web site which is hosted on HTTPS. After deploying pages containing Cute Editor on the site, we are getting security warning on IE 7 browsers, which says that - "This page contains non-secure items, Do you want to continue?"
When i investigated the issue further, i found that If i remove the following line of code from "Template.aspx" page, the security warning is gone:
<link type="text/css" rel="stylesheet" href='<%=ResolveUrl("Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
Can anyone help me on this issue of why this is happening?
Thanks
Amit Mathur