html - Can I link to a wordpress page and have it already scrolled down to some part that I want? -


this question has answer here:

on homepage, have section services, somewhere lower, near end of page. possible make link in menu, open homepage , automatically scroll down services part?

it possible, if link page , put dom id @ end of link.

example:

1) link

<a href="http://www.example.com/link#here">go</a> 

2) page

<div id="head-of-the-page">blah</div>   .... content goes here ....  <div id="here">focus gets here</div> 

then, point right after click


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -