Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: HTTPS and SyntaxHighlighter.css problem.
Re: HTTPS and SyntaxHighlighter.css problem.
06-19-2011, 9:39 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: HTTPS and SyntaxHighlighter.css problem.
Reply
Quote
Hi Brien,
If you deploy CuteEditor in
https://mydomain.com:4444/
, it will look like:
<link rel="stylesheet" type="text/css" href="
https://mydomain.com:4444/
CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css
" isprelink="true">
If you deploy CuteEditor in
https://mydomain.com
, it will look like:
<link rel="stylesheet" type="text/css" href="
https://mydomain.com/
CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css
" isprelink="true">
If you'd like to change this, you can hard-coded the following line directly:
<link type="text/css" rel="stylesheet" href='<%=cuteeditor.editorutility.processwebpath(context,page,"load.ashx?type=style&file=syntaxhighlighter.css")%> /' >
Thanks for asking
Eric@cutesoft.net
View Complete Thread