ImageGalleryPath problem

  •  11-21-2004, 6:57 PM

    ImageGalleryPath problem

    hi,

     
    i have a site structure as follows :
     
    root/editor/CuteEditor_Files/    <--- this is where the editor files are located
    root/uk/images/                           <--- this is where my images are kept
    root/uk/pages/editor/edit.asp   <--- this is where i'm drawing the editor
     
    i've set
     editor.FilesPath = "../../../editor/CuteEditor_Files"
    which works to setup the editor,
     
    but the only way i can get the ImageGalleryPath to display the images is to set
     editor.ImageGalleryPath = "../../uk/images"
     
    however, when i select an image from the list to insert it, i get a blank (red cross), unless i manually enter another "../" in the URL field.
     
    what is happening ? how do i overcome this, please ?
     
    many thanks,
    Gareth @ Ahuri.
View Complete Thread