Click to See Complete Forum and Search --> : a simple web page question
racronus
09-08-2004, 02:28 AM
I see this everywhere but I can't a prominent example right away. I see it quite often in FAQ sections. Where the question are located at the top of the screen in order. The question are all clickable links and when clicked on the page does not change rather it moves the page down to a section that explains the question. It's the same page but just farther down. I'm wondering if someone could tell me how to do this.
nothing
09-08-2004, 03:10 AM
I think it is something like this:
This creates the anchor
<a name="foo"></a>
This creates the link for the anchor
<a href="#foo">foo</a>
I'm sure someone else can explain it in a better way...
DocEvi1
09-08-2004, 07:20 AM
thats essentially it Nothing, all it is a hyperlink anchor (where you want the link to display) and a link to that anchor.
So for instance
<a href="index.htm#foo">Foo</a>
lots of text in neatly formed paragraphs
<a name="foo">Foo</a>
Information relating to Foo
Hit the link at the top, it'll bypass the neatly formed paragraphs to the information relating to foo :)
SysOpt.com
Copyright Internet.com Inc. All Rights Reserved.