Hi,
I can't reproduce this problem.
Here is two possible reason :
1 - the ResolveUrl("Load.ashx?type=style&file=SyntaxHighlighter.css") return
http://yourdomain/....
So please test removing the <base> too
Or you can try this :
<link type="text/css" rel="stylesheet" href='<%=CuteEditor.EditorUtility.ProcessWebPath(Context,Page,"Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
-
Now we can't reproduce it and can't test it. We will fix it when we get conclusion.
Regards,
Terry