I'm using relative linking with <base href="http://www.mysite.com/">.
The problem is that when I save the template, it adds "../../Templates/" to all of the internal links. For example "images/spacer.gif" is changed to "../../Templates/images/spacer.gif"
Does anyone know how to fix this?