I've come across an issue that I've searched high and low for an answer to no avail. What's happening is when I add an image using a path with an internal refrerence everything works fine (ie. path = "/images/image1.gif")
When I view the path in HTML mode, it looks correct. However, when I switch to design mode, then back to HTML, it appends the full URL of the website to the beginning of the img path. (ie. /images/image1.gif becomes http://www.servername.com/images/image1.gif)
Is there an easy remedy to this, or a setting that I'm missing that isn't set properly?