Jump to content

Jump Link


Graeme

Recommended Posts

Hello All,

 

Is it possible to have a jump link, like to top of page, but to another part of another page? Say if I have an image on a home page, when this is clicked it takes you to the point on another page explaining the ad?

 

Thank you as always

 

best wishes

Graeme

Link to comment
Share on other sites

Yes - it's called 'bookmark"

 

Let's say you want to go to THIS TOPIC on page 2, code it like this:

 

<h2 id="topic">THIS TOPIC</h2>

 

And the link on the other page to get there looks like this:

 

<a href="page2#topic">Go To Pate 2, THIS TOPIC</a>

Link to comment
Share on other sites

Thanks Andrea,

 

I have

 

<a href="#boxercise"><img src="images/boxercisenews.gif" width="200" height="90" alt="" align="" /></a>

 

on an index.html page and

 

<div id="boxercise">

 

at the point on another page where I would like the the user to be directed to.

 

Graeme

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...