|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Mar 1999
Location: usa
Posts: 304
|
I know the basics of HTML programming and have several sites bookmarked for reference. But I need to know what I am trying to do is called so I can learn how (hope that makes sense!). What I want to do is this:
I have seen pages that have "links" such as "shipping" or "terms" that scroll down lower on the same page to that particular area. They then have "back" that scrolls back to the top of the page. What is this called in HTML? If you can just get me started, it sure would be appreciated. Thanks!!! REET |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: May 2000
Location: Atlanta, Georgia
Posts: 95
|
That's called a jump. It's very simple to do. First, at the location you want to jump to, place this tag
" <A NAME="putanamehere"> </A> " with nothing between the start and end tags. Then for your link at the top or back buttons, just do the standard " <A HREF="#putanamehere">...</A> " Don't forget the pound sign. Hope this helps kb [Edited by kcbhiw on 11-02-2000 at 09:21 PM] |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Mar 1999
Location: usa
Posts: 304
|
Thanks! Right after I posted, I went to one of my bookmarked sites and found the codes. Took me a while, but got it all working. I appreciate you taking the time to help me. Reet
|
|
|
|
|
|
#4 |
|
Member (7 bit)
Join Date: May 2000
Location: Atlanta, Georgia
Posts: 95
|
no problem
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|