Click to See Complete Forum and Search --> : Help me please


HockeyChick
07-20-2003, 09:34 PM
I am trying to figure out how to make a target link sorta. I use frames and made a website. I have a page where all the new news goes. I was hoping I cold make it have links to each article. But the link takes you to the article which is on the same page just further down from the links.
It would be sorta like:
link
link1
link2



If you clicked "link", it takes you here






Click "link1" it takes you here.





"link2" takes you here

Do you guys get what I am trying to say? e-mail me the help please. HockeyChickx03@aol.com

pyro
07-20-2003, 09:38 PM
Sounds link you need anchors, something like this:

link <a href="page.htm#link">link</a>
link1 <a href="page.htm#link1">link1</a>
link2 <a href="page.htm#link2">link2</a>



<a name="link">If you clicked "link", it takes you here






<a name="link1">Click "link1" it takes you here.





<a name="link2">"link2" takes you here