Editing pages in multiple sub directories with single editor.aspx

  •  08-15-2004, 12:15 PM

    Editing pages in multiple sub directories with single editor.aspx

    I want to avoid having to copy the editor.aspx into each students directory.  Existing pages in students directory use relative references for both images and links.  The source exists in students directory but is loaded into the editor from a central archive database (used to retain previous source generations) .  Upon completion of the editing session we write the html to the students directory and to a new generation in the central database.  

     
    The only way I can make references in existing pages work is to have a copy of the editor in each students directory.
     
    I think what I want is to be able to set a relative source directory path in the editor.  I assume this is what happens when I load source from a file as "/student/index.htm".
     
    Am I missing something?
     
     
View Complete Thread