Dan2 wrote:
From a quick look at my source code the problem was -- this creates a base for all links meaning anchors won't work.
Thanks for pointing this out! This set me on right track. (Thought I was going bonkers! I was properly creating anchors, but they were going to the root URL, as they should with that 'base href' in there.
Some internals seemed to be using this base (ick), so I added the complete URL to create a 'pseudo' named anchor.
I am dynamically building anchors and finally used things like:
Return to Top
Thanks to everyone who posted to this topic! Not sure if this is the current thread on this topic, but it helped me!