for example, i have a few links at the top of my page section 1 section 2 etc. when i click 'section 1' link it scrolls down and finds that section instantly. it does NOT load another page. it just calls that area on the page. it's real simple i just forgot what it's called. thanks.
Do you just mean adding a html name attribute then reference the attribute for when you click section 1? http://www.w3schools.com/html/html_links.asp
ahh yes that's it... unfortunately it may not work as i initially intended. i need 2 or 3 linked pages to auto scroll down to the bottom content. any ideas how i could do that? edit: the links i have are '?page=home' '?page=about', and i just added the reference (?page=home#reference) and it works! awesome