PDA

View Full Version : Link to specific section on a page?


LLS
05-15-2003, 08:23 PM
Is it possible to link directly to a certain spot on a page? I know it's possible to do this from within a page, (using "a name") but how about from the outside...like from a navigation menu?

Thanks.

sage45
05-15-2003, 08:31 PM
It is possible...


<A HREF="http://www.thesite.com/newpage.htm#theanchor>This is the link</A>

And then the spot that you wanted to link to on the page would have to be named...

This page has a lot of information......


<A NAME="theanchor">This spot has specific information...

:cool:

HTH,

-sage-

giz
05-16-2003, 10:15 PM
Don't forget the closing </a> tag as well.