I'm trying to adjust the settings so that I can have full URLs for my images. For example when I insert an image I get:
<div><img height=200 alt="" src="/uploads/myimage.jpg" width=351
border=0></div>
And what I'd like to see is:
<div><img height=200 alt="" src="http://myserver.com/uploads/myimage.jpg" width=351
border=0></div>
I've tried setting the "BaseHref" to my server name, and then setting "RemoveServerNamesFromUrl" to false, but it still doesn't seem to work. Any ideas?