When i create anchor links using the anchor button to assign the anchor then the links button and the add anchor drop down option it created the anchor fine:
<a href="#para1">heading 1</a>
then when i save the page and look at it on my webpage it has been transformed to:
<a href="http://#para1">heading 1</a>
why isn't it leaving the link relative and why is prepending the http:// which is obviously breaking it.
Fri, 12/11/2009 - 15:32
#1
Re: Anchor Links
Re: Anchor Links
Re: Anchor Links
well just to update, i tried setting a baseHref and seeing if it used that (it didn't) if i add a anchor and switch between source and normal then it transforms the url to http:///#anchor (noticed 3 /). So its not a server issue is a issue with ckeditors processing of the urls.
Re: Anchor Links
I tried creating an anchor and linking to it at http://ckeditor.com/demo and I don't see any problem
Re: Anchor Links
Re: Anchor Links