I have read the numerous enteries concerning this topic and I am still having a weird thing happen.
I have a editor set up with DisableAutoFormatting = true, and RemoveServerNameFromUrl and UseRelativeLinks also set to true. When I hand type in an img reference (ie <img src="../../images/myimage.jpg" />), the post back maintains the link integrity. However, when I insert imgs or links via a drop down tool bar, the links relatively link from the application root on the post back (ie /myproject/myfolder/images/myimage.jpg).
It seems like that drop down insertion is resolving the url to the app root even though, I just simply want the text that I put in. Is there a way to turn this off?
Thanks in advance.