|
-
Nov 11th, 2002, 10:06 AM
#1
Thread Starter
Member
FAQ, how to make?
How do u make a FAQ section. I mean, I know how to write the questions and make the hyperlinks, but how do u make the hyperlink goto the answer someone down the page.
Take this site for example:
http://www.asedesigns.com/flashfaq.html
when u click on #2 for instance, it goes down the page automatically. how would I do that on my page?
Sorry if its a dumb questions
-
Nov 11th, 2002, 10:17 AM
#2
Frenzied Member
<a href="#part1">Part 1</a> | <a href="#part2">Part 2</a>
Blah, blah...
<p id="part1">Part 1: Blah</p>
<p id="part2">Part 2: Blah</p>
-
Nov 11th, 2002, 11:08 AM
#3
Addicted Member
[quote]
<a href="#part1">Part 1</a> | <a href="#part2">Part 2</a>
Blah, blah...
<p id="part1">Part 1: Blah</p>
<p id="part2">Part 2: Blah</p>
{/quote]
I thought it was:
<a href="#part1">Part 1</a> | <a href="#part2">Part 2</a>
Blah, blah...
<a name="part1">Part 1: Blah</a>
<a name="part2">Part 2: Blah</a>
Wydok
"It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years."
-John Von Neumann ca. 1949
-
Nov 11th, 2002, 03:52 PM
#4
Frenzied Member
You can use name, but ID is the newer way to do it. I don't like A also because on Mozilla it will change colour when you mouseover with CSS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|