Is there any script whereby when you enter a page, it will immediately direct user to a certain part WITHIN that page? ?![]()
Is there any script whereby when you enter a page, it will immediately direct user to a certain part WITHIN that page? ?![]()
Have you considered something as simple as destination anchors? Add an id attribute to the element that you want as the destination, and link to it using a fragment identifier in the URI:Originally Posted by junjie1800
HTML Code:<p id="my-destination">Lorum ipsum...</p>MikeHTML Code:<a href="my-file.html#my-destination">link text</a>
Bookmarks