Hi there, I'm running into a bug when creating an HTML page. I'm doing the following:
1) click "Add Images" and add an image to the "Images" list 2) then click "Insert in Body" However, the html code that is inserted is as follows: <img border="0" alt="" src="/images/filename.jpg" /> This is fine if the farcry project is installed in the home directory of the website, but I've got it installed in a subdirectory. So I need the image to point to my application name virtual directory, then the images folder, e.g.: <img border="0" alt="" src="/<applicationname>/images/filename.jpg" /> Can someone please help me correct this? Interestingly enough, if I save the form after adding the image into the "Images" list and then return to the page, I can insert the image into the page and it's referenced correctly. So there is a workaround, but asking the user to always save and return to the page is not ideal. I realize that creating a virtual directory to the "images" folder called "images" would solve this problem, but I already have an "images" virtual directory pointing to another folder. Any help would be greatly appreciated. Thanks in advance Johnny
