My directory structure consists of the following:
Root
Dir1
Dir2
Dir3
Images
My editor is located on an aspx page in Dir1.
The page I'm trying to edit is on the root and of course my images are in the Images folder.
The page was originally created in Font Page, if that makes any differance.
When I load the page.htm into the editor, all the image links are broken until I put ../ in front of the path.
After I do that, then the image links are broken on the public view.
Is there a setting to allow the editor to use the pathing relative to the page location and not where it being edited from?
I don't want to use the full url because I have a development network and a live network and don't want the base url hardcoded.
Thanks,
Bill