Bill,
>>When I load the page.htm into the editor, all the image links are broken until I put ../ in front of the path.
Because you use relative path (images/some.gif) and page.htm is under the root.
For example:
<img src="images/som.gif"> This image is only visible when the current page is under your root.
>>I don't want to use the full url because I have a development network and a live network and don't want the base url hardcoded.
Please use absolute paths without the domain name. For example: <img src="/images/som.gif">
To use absolute paths without the domain name, you need to set Editor.RemoveServerNamesFromUrl property to true (by default).
Example:
<CE:Editor id="Editor1" RemoveServerNamesFromUrl="true" runat="server"></CE:Editor>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx