For that I use in the html definition:
RemoveServerNamesFromUrl="true" UseRelativeLinks="true"
But when I insert an image and switch to Html, the full path is shown:
src="/PromolPM/uploads/ObjektLang_20277_1_Spezifik/Wasserlilien.jpg"
I'd like to have:
src="./uploads/ObjektLang_20277_1_Spezifik/Wasserlilien.jpg"
How can I do that?