I am using the blogger.com for my posts
I have a single post (which is my first post in the blog).
I have few links (around 4) and i wanted to link them to different sections of the page. I have googled regarding this and here is what i found.
Let’s say my menu has the 4 links and I want to create the jump link for my 1st link.
At the first link, i have to write
<a href="http://xxx.blogspot.com/2013/01/xxx.html#link1">Link1</a>
and at the place where i wanted the user to end up, i have to write,
<a name="link1">Link1</a>
I have done exactly the same thing, but it does nothing, when i click on the link.
Can some one help me on this?
EDIT :::
This is the link at top of the post where i have the links to other sections of the page..
<a href="http://mv.blogspot.com/2013/01/xyz.html#screenshots">ScreenShots</a>
This is at the section where i want the user to go, when they click on ScreenShots above..
<a name="screenshots">ScreenShots</a>
What am i doing wrong?
All information can be found at w3schools
This is an html file named “hello.html” that I just generated (a bit lengthy to demonstrate) If you paste this into your text editor and generate a file you will get the same results I do. Scroll to the bottom of the html page when it is open in your browser, you will see a hyperlink. When you click that hyperlink it will throw you back to the top of the page and the url will change to
.../hello.html#tips. If there is not enough text to show a “movement” on the page it may appear as though it is doing nothing.