I'm having problems with getting anchors working between pages. They work on my localhost but not on live sites.
Here's what I'm using:
<p><a href="http://www.londonmctimoneyclinic.co.uk/practitioners#nutrition/">See our practitioner's details here</a></p>
And here is the anchor on the practitioners page:
<a name="nutrition"></a>
I've tried the link with and without trailing slashes and tried setting the anchor to an id on text or divs. The page jump works on the same page but if I want to go to a new page and a targeted anchor, it only goes to the page.
The anchor shows in the status bar when I mouseover the link on the page. When I click it, the anchor shows briefly as the page loads then gets stripped out.