The site I am working on is located under "/home/content/h/a/r/harper23/html/someone/"
Site of course is "someone"
I uploaded the CuteEditor_Files to "/home/content/h/a/r/harper23/html/someone/CuteEditor_files/"
I include the file because im working in "/home/content/h/a/r/harper23/html/someone/sitemanager/"
include "../../CuteEditor_Files/include_CuteEditor.php";
I set the image path when I call the class
$editor=new CuteEditor();
$editor->ID="HomeTop";
$editor->Text=$page_content;
$editor->AutoConfigure="MyTool";
$editor->ImageGalleryPath="/someone/custom_images";
$editor->Draw();
$editor=null; ?>
Image gallery does not work
Image upload works
HTML code made for the image comes out as <img alt="" src="http://cutesoft.net/someone/custom_images/logo.gif">
Which is not correct...... help, if i use ImageGalleryPath = "/custom_images/ it fails