I have the following code at the beginning of the page
- Code: Select all
<a href="#HeadingTwo">HeadingTwo</a>
<a href="#HeadingThree">HeadingThree</a>
<a href="#HeadingFour">HeadingFour</a>
somewhere else in the page
- Code: Select all
<h2><a name="HeadingTwo">Heading Two</a></h2>
<h2><a name="HeadingThree">Heading Three</a></h2>
<h2><a name="HeadingFour">Heading Four</a></h2>
When i click on the link, it does not redirect me to the exact location.
I have created a test page to demonstrate the problem. Please check out the following page
http://dreamwave.net/wp/?page_id=1446
Any help to resolve this issue is greatly appreciated.