(Doesn't honor relative links that don't begin with a leading slash) |
|||
Line 1: | Line 1: | ||
− | This doesn't seem to work for relative links that don't start with "/". E.g.: | + | 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/"> | <base href="mysite.com/"> |
Latest revision as of 18:53, 25 February 2010
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!