Forum Moderators: open
I want users to click the link, and have the page open further down towards the middle of the page.
Users are looking at a grid, and if they click a link, they will want to see a new grid immediately in front of them...
I want the links to be followed by robots and recognized for PR purposes also.
Thanks
Say you want the page to open at a particular paragraph, you give that paragraph a specific id in the html
<html>
...
...
<p id="open_here">
blah blah blah
</p>...
...
...
</html>
Then your link tag should look like this:
<a href="mypage.html#open_here">Click here</a>
I noticed sometimes when i click it goes to the correct spot, other times it ignores and goes to the top of page. If I hit backspace and click again it will usually then go to the correct position on the page.
Yes, I have noticed this phenomenon before as well! (Possibly just IE, but I'm not sure) Only when the page is first loaded, before it is cached - maybe when there is a delay in loading the page - but after that it's OK?!
I'm not saying not to make links to specific, related information as a footnote, just not to do it any more than you need to.
[edited by: Car_Guy at 1:43 am (utc) on Sep. 14, 2006]