Adam - thanks for the quick response.
I have the following statements in my Page Load method every time the page is loaded but they are not working as the URL of the admin (
http://admin.greenspringstech.com) is constantly inserted for any relative links, images, etc.
Editor1.EnableStripScriptTags=false;
Editor1.DisableAutoFormatting=true;
Editor1.UseRelativeLinks=true;
Editor1.RemoveServerNamesFromUrl=true;