This doesn't seem to work in FCKEditor v2.6.3 for relative links that don't start with "/". E.g.:
<base href="mysite.com/">
<img src="/images/test.jpg">: shows up in editor as it should
<img src="images/test.jpg">: doesn't show up in editor, but it should!