June 30, 201115 yr Right, I know that you can navigate within the same page as the link by using the <a href="#name_of_area">text</a>, but is there a way to navigate to a different page, but land half way down it, and not right at the top? The dilemma I have is that i'm building a new portfolio site, and if I click on an option in the menu (after the fold) to view a piece of work in the gallery section, I get bumped right back up to the top of the page - is this possible with html and not javascript??? Cheers guys.
June 30, 201115 yr Just add the anchor reference into the url, for example: <a href="/another-page.php#name_of_area">Link</a>
Create an account or sign in to comment