How can I format Wordpress pages like this?

When you post a page, edit the html and put <div id="#point1"></div> somewhere where you want the clicked link to go to, then on the link you put <a href="#point1">Click here to go to this section</a> and when they click it it will go to the section in the div, or you could do <a href="page2.php#point2">aas</a> and it will go to another page and scroll to where point2 is.
 
When you post a page, edit the html and put <div id="#point1"></div> somewhere where you want the clicked link to go to, then on the link you put <a href="#point1">Click here to go to this section</a> and when they click it it will go to the section in the div, or you could do <a href="page2.php#point2">aas</a> and it will go to another page and scroll to where point2 is.
Thanks so much :)
 
Back
Top