Page 1 of 1

inserting anchors with FCKeditorX

Posted: Sun Mar 11, 2007 8:55 pm
by kevin360
I'm running cms 1.0.4 and am trying to insert anchors into the page using the editor.  What's happening is the text that is the link you would click to take you to the anchor, it doesn't contain the name of the page in the url.  So for example, it should be:

http://example.com/test.html#anchor

what I'm getting is:

http://example.com/#anchor

Is there anyway around this?  I have tried the {anchor} tag and that does work properly but it's not as convenient for some of my users because then they need to remember and use the tag instead of the editor. 

Re: inserting anchors with FCKeditorX

Posted: Sun Mar 11, 2007 9:53 pm
by kermit
i forgot about this one. i don't think it's fckeditor's fault. the only place i had #anchor links was in the the templates... i ran across the same thing at some point after wholesale upgrades to 1.0x -- and like you, used {anchor} instead in the interim -- but it'd be nice of regular links worked too.