navigate to different page AND location

Hi, I have a website with two pages ( index and gallery). I have the same navbar on both pages and would like to be able to move , for example, from the gallery page to a specific place on the index page. It seems like I can only place a link to an id on the same page, or to another page, not to an id or anchor on another page. Does that make sense? Any help would be much appreciated. Brian

Solved it. Didn't realise that one could concatenate the page and id in one string!

And placing anchors needs to be done correctly for them to work right as well. Anchors would usually be what you would use for that unless you needed special effects which would need some scripting.