Results 1 to 4 of 4

Thread: FAQ, how to make?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    40

    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

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    <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>

  3. #3
    Addicted Member
    Join Date
    Aug 2000
    Location
    Pennsylvania, USA
    Posts
    168
    [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

  4. #4
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    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
  •  



Click Here to Expand Forum to Full Width