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

Jorrit’s picture

Is the page on which it occurs publicly visible? Otherwise, please consider following the steps in http://drupal.fckeditor.net/supportrequest

mobliimedia’s picture

hi, yes the page is publicly visible. I'll have a look at your solution to.

thanks

Jorrit’s picture

Can you give me the link to the page?

dman’s picture

@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?!"

mobliimedia’s picture

dman’s picture

I 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?

mobliimedia’s picture

Hi,

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

<h3> </h3><p>
</p>

<h3><a></a>1 Piece Boilersuit</h3><p>
</p>

<table cellspacing="1" cellpadding="1" border="0"><tr><td width="50%" valign="top" align="center" rowspan="2"><img height="403" width="265" alt="" src="/sites/default/files/10.JPG" /></td>
            <td width="25%" valign="top"

In the developement view

<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3><a name="boiler"></a>1 Piece Boilersuit</h3>
<table cellspacing="1" cellpadding="1" border="0">
    <thead>

Hopefully this helps..cheers

dman’s picture

Use 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.

mobliimedia’s picture

Hi,

Yes it was to do with the input filter, simple really.

Thanks for all your help.

Cheers

Jorrit’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.