If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > click HTML link, move down the page to a certain position

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-21-03, 05:32
andy_cfc andy_cfc is offline
Registered User
 
Join Date: Jun 2003
Posts: 9
Question click HTML link, move down the page to a certain position

this is really HTML, but i can't find a forum ;-)
Anyone know how it is done when you have a few links at the top of a page , and if you click on them you are taken to the relevant article down the page.

Like say there were links called 1, 2, 3, 4, 5 at the top of the page, and there were 5 stories below, whichever link i clicked on it would take me down to the relevant story?

that is HTML , right ?

thanx.
Reply With Quote
  #2 (permalink)  
Old 08-21-03, 10:46
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Yup.. you use page anchors:

Code:
Here is my <a href="#link1">link</a> to a section below.

<!--Insert a whole lot of BR tags -->

<a name="link1">
Here is the text for link 1
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On