Anyone figured this one out?
Essentially,
I need a way to enter "relative paths" not absolute paths when entering links and images using visual formatter. And not entering them in by hand either (this is a secretary type person doing the editing).
The web site being contructed in teamsite will be deployed to a server which houses many sites under a common virtual directory. Hence the content will be placed under a master virtual directory on the IIS web server so users can type in
http://servername/sitename1 or
http://servername/sitename2, etc. This method has worked fine for years with web developers coding relative paths manually. But with Interwoven, it enters all the image paths as absolute. I can't have that!!! Some customer must have figured this out by now?
To see an example, construct a dcr which uses visual formatter, build an html page and add an image in there. You will see the path to the "src" for the image tag will be "/imagepath/image.jpg." That leading "/" is what I need to not have there.