Hello, Gianluigi! I'm italian too but I'll try to use English to expose my problem I see that HTML Editor extension links its needed files with "absolute" paths (i.e. <!-- #INCLUDE virtual="/FckEditor/Editor/inc/fckeditor.asp" -->, or <script language="javascript" src="/FckEditor/editor/UpdateValue.js"></script>, etc..)
What if I need "relative" paths, so that the required files are linked correctly even if I use "virtual folders" and not only "sites root"? I'd like to be able to use "../" paths (i.e. <!-- #INCLUDE FILE="../FckEditor/Editor/inc/fckeditor.asp" -->) so that the linking is indipendent of the folder placement...
Thanks!
|
|
|