Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 09:52 UTC
Updated:
14 Apr 2010 at 20:53 UTC
Hi,
I have used the fckeditor to insert anchor point on a webpage, however when clicking on the hyperlink to goto the anchor point it jumps to the top of the page as apposed to the anchor point.
I have tried to use url link as well mysite.com/node/9#anchorpoint but this is not working either.
I have auto-alias utilised as well and wondering if this could be causeing any issues.
I look forward to any help.
Thanks
Comments
Comment #1
Jorrit commentedIs the page on which it occurs publicly visible? Otherwise, please consider following the steps in http://drupal.fckeditor.net/supportrequest
Comment #2
mobliimedia commentedhi, yes the page is publicly visible. I'll have a look at your solution to.
thanks
Comment #3
Jorrit commentedCan you give me the link to the page?
Comment #4
dman commented@jorrit : The answer to the question is "Yes, he probably can".
Looks like you need to ask even more explicitly though... ;-}
@mobliimedia : To be more helpful : "What is the URL of the page you are having trouble with?!"
Comment #5
mobliimedia commentedHi the page is.
http://www.freedomcape.co.za/content/workwear-rainwear
thanks.
Comment #6
dman commentedI can't see any anchor targets on that page. Did you view-source?
<a></a>Doesn't look like it's working.
Could it be something with your input filter?
Comment #7
mobliimedia commentedHi,
I looked at the source code and the anchor tags are next to each of the headings i.e. boiler suit. below is a copy of how the code looks from source and when developing with fckeditors and their source code...gosh hope this makes sense.
Within source from browser
In the developement view
Hopefully this helps..cheers
Comment #8
dman commentedUse code tags for code pasting.
Looks like fckeditor or your input format are removing the name='' attribute.
As fckeditor provides the feature in the first place, probably your input filter. You'll need to use unfiltered or something.
Comment #9
mobliimedia commentedHi,
Yes it was to do with the input filter, simple really.
Thanks for all your help.
Cheers
Comment #10
Jorrit commented