|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
|
links the move to page
i dont know if i cna explain it right but does anyone know how to do a link of something on the page and you click it and it goes to it (its on the same page not some other page)
if i can ill find a site that does it |
|
|
|
|
|
#3 |
|
Member (9 bit)
|
acutally you know at the top of the page http://www.htmlgoodies.com/tutors/frame1.html#naming
says what are frames anyway and you click it and it goes to the middle of the page how do you do that Last edited by Evo; 04-11-2004 at 01:50 PM. |
|
|
|
|
|
#4 |
|
Member (8 bit)
Join Date: Aug 2000
Location: Albany, NY
Posts: 252
|
If you're trying to do it without frames you can use a named anchor. The link code would be
[a href="#name"]text[/a] & where you want to end up, the code is [a name="name"][/a] replace [ with < that's what is used in the page you mentioned to jump from one spot to the other. HTH Cheryl |
|
|
|
|
|
#5 |
|
Member (9 bit)
|
what do i stick in name?
|
|
|
|
|
|
#6 |
|
Member (8 bit)
Join Date: Aug 2000
Location: Albany, NY
Posts: 252
|
you don't have to put anything between the a name & /a. It's just marking a place on the page.
|
|
|
|
|
|
#7 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Basically what you are looking for are called anchor hyperlinks. What you are doing, as what Cheryl previously mentioned, is that you are linking a part of a text from the a hyperlink (much like the ones you see every day - the normal anchor href tags). They look like this:
<a href="#presentation">Put down what you want do for your link here</a> and then you want that the name, which in this case is presentation, to link to your section of the page that has that name assigned - in other words, where you want it to jump to, you just put this: <a name="presentation">The text that it will jump to</a> By putting an analogous name, in this case presentation, you are linking two things together. Make one a link, with the pound before it, and you are well off for the interpage linking. Hope that helps (and sry if it was repetitive), kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
|
|
#8 |
|
Member (9 bit)
|
thank you so much it works!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|