I have a template that has an image tag that uses a relative path:
<img src=/ContentManager/Staging/images/Logo1.jpeg border=0>
When I insert this template into my page, the SRC changes and includes the server name.
<img src="http://www.myserver.com/ContentManager/Staging/images/Logo1.jpeg" border=0>
I do not have this problem if I add a new image to the page that uses the same location, and I have RemoveServerNamesFromUrl='false'.
Do you know why Cute Editor would change my template HTML?