EE and page anchor links

@joe

I’m trying to use a “top of page” anchor link in EE pages. According to the documentation that should simply work by applying the #top to the link.

I used the FW method as well, by selecting this page anchor link directly.

In both cases the link doesn’t jump to the top of the current page but back to the index page showing:


Any clue on how to fix this?

Rob 

_______________________________________________
dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Rob,

This isn’t so much a problem with the action as it is with using base href (which, admittedly, the action does provide).

Here’s a web page outlining a possible solution, but I have not tried it myself.

http://www.ilikespam.com/blog/using-base-href-with-anchors

Joe


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Joe,

Thanks again. Your solutions works.
So for those of you running into the same problem just add this bit of code to your anchor link on the page, using the crowbar (action)

<a href="javascript:;" onclick="document.location.hash='anchor';">Anchor</a>

Rob


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options