Hey all,
I've ready through previous posts, but my problem is different than the other posts.
I'm getting this really wierd bug with anchors on my site. Everything seems fine in the URL, but anchors just aren't working.
So, first, I set my anchor link:
<a href="#MeyerLee">Elaine Meyer-Lee, Ed.D</a>
Then, I set the anchor:
<a name="MeyerLee">Elaine Meyer-Lee, Ed.D.</a>
On this page: http://centerforwomeninleadership.org/about-us/staff-biographies
When I click on the anchor, the URL displays: http://centerforwomeninleadership.org/about-us/staff-biographies#MeyerLee
...like everything is working, but the page remains in the same place.
I know my syntax is right, and Drupal seems to be handling everything fine...
...but what's wrong?
Thanks much for having a look at this problem. Your help is very much appreciated.
-glass.dimly
Comments
A rose, by any other name, would smell as sweet.
This is how anchors work; But the name properties are not getting onto the final page.
Check your Input formats?
___________________
It’s in the detaιls…
demonstration portfolio
Thanks...
...I will.
-glass.dimly
Problem Solved, Sort of
The problem was with HTML Purifier stripping out anchor links.
More here:
http://drupal.org/node/276374
Thanks zeta ζ!
-glass.dimly