Jump to content

Recommended Posts

Posted

On "page1.html" I have a menu bar that I want to make links on. LinkA needs to take the user half way down "page2.html" Internal links havent done too well...this is what I've done so far...

 

<a href="#summary">Click here to go to Summary</a>

 

 

 

 

then half way down page 2.html I have...

 

<a name="summary">The summary part</a>

 

Am I doing something wrong?

Posted
On "page1.html" I have a menu bar that I want to make links on.  LinkA needs to take the user half way down "page2.html"  Internal links havent done too well...this is what I've done so far...

 

<a href="#summary">Click here to go to Summary</a>

 

 

 

 

then half way down page 2.html I have...

 

<a name="summary">The summary part</a>

 

Am I doing something wrong?

It looks like you need a reference to the page you want, i.e.

 

<a href="page2.html#summary">click and now you'll go to page 2</a>

 

you might want an absolute path as well, i.e. www.CWyourwebsite.com/page2.html#summary

 

hope this helps,

dean

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...