0
What is hyperlink HTML coding to go on second page middle specific area on large page?
When I click on link that take me on second page of middle specific area on large page.
6 Respuestas
+ 5
I don't know what you mean.
Maybe you want something like this:
https://www.sololearn.com/#reviews
Here reviews is the id of a DOM element (I think it's a div, can't remember well).
Please add more details if that's not what you want.
+ 4
Naveen Ahmad Sorry, I missed your reply. How are the blogs linked to the "blog" page? If you can provide a link please do it. Based on your question I suppose all blogs can be seen in the same single page and my trick should work. It's better explained here:
https://stackoverflow.com/questions/15481911/linking-to-a-specific-part-of-a-web-page
If the "blog" page is part of a well structured site then it could be similar to this: https://www.mysite.com/blogs/blog18 but I think that's not what you are looking for.
Again, a link to your "blog" page would be very useful for your helpers.
+ 3
Oh, nice. I'm glad to know you found the way.
+ 1
Its good but what I want to say is, example I have page one where hyperlink exist to click and when I click on link that's take on another page called blog and I had 25 blogs on blog page But I want my first page link take me on direct blog number 18.
+ 1
It's not working like that but finally I got answer and it should be like this...
https://www.mysite.com/blogs.php#blog18
0
Can anyone help me to find out answer?