Re: firefox problems

  •  07-22-2007, 1:56 AM

    Re: firefox problems

     
     image url reference under existent htm file to be edited with cute:
    images/logo.gif     
     
     (the real path if you had to get straight from browser would be something like http://www.mysite.com/users/usersite/images/logo.gif")
     
    as I said, works fine on IE since all relative path settings are passed
     
    image gallery path works fine on FF it poins correctly to /users/usersite/images
    since I already set programatically with SetSecurityImageGalleryPath property
     
    it will be uploading fine and shown fine immediatly because your editor will save image url as
    /users/usersite/images/logo.gif   
    and I don't mind having the url at this way, problem is that all those  htm files they need to edit weren't created with Cute and its images path was created in the way I described "images/logo.gif" , it's a valid way and well interpreted by any navigator iwhen browsing.
     
     
     
View Complete Thread