Hello,
I am having trouble with image paths. I have 2 different projects that share a image directory. One project is a adminatrative interface and the other is the display. When I insert a image into a page on the admin interface I get a path of src="/AdminInterface/UserImages/box_news.jpg" I need this to be src="/UserImages/box_news.jpg" in order for the display site to find the image. How can I set this?
Thanks,
Tradd Cook