dotnetnuke - How to give relative path in DNN of MathJax -
i have installed dnn (c:\inetpub\wwwroot\dnn) , mathjax(c:\inetpub\wwwroot\dnn\mathjax) locally on computer. adding custom made html page (which uses mathjax) in default dnn skin.
right ... rendering mathml using following cdn link
but want use math jax , locally installed @ c:\inetpub\wwwroot\dnn\mathjax). have tried give relative path nothing works.
the issue, have understand dnn cms , saved pages dynamically how can give relative path of mathjax in custom made html file ?
or
is possible host mathjax in dnn can provide url in script tag?
yes, since guess mathjax javascript, can reference in script <script src="/mathjax/..." , work properly. exact problems having this?
Comments
Post a Comment