Creating FAQ page!

Discussion in 'HTML & Website Design' started by joshril27, Aug 6, 2007.

  1. #1
    I need to add an FAQ page to my site and have not the foggiest idea how.. I want to display all the questions and then enable a simple click to jump to that particular question. My site is www.quotestx.com

    Thanks!
     
    joshril27, Aug 6, 2007 IP
  2. digitallife

    digitallife Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    digitallife, Apr 3, 2010 IP
  3. nimonogi

    nimonogi Active Member

    Messages:
    398
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    80
    #3
    
    <!-- Questions -->
    <ul>
    <li>1. <a href="#1">a1a1a1</a></li>
    <li>2. <a href="#2">a2a2a2</a></li>
    </ul>
    
    <!-- Answers -->
    <dl>
    <dt id="1"><strong><u>a1a1a1</u></strong></dt><br />
    <dd>111111111111111bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</dd>
    
    <dt id="2"><strong><u>a2a2a2</u></strong></dt><br />
    <dd>2222222222222222bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</dd>
    </dl>
    
    Code (markup):
    Not tested but it should work.

    Good luck.
     
    nimonogi, Apr 3, 2010 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    Clive, Apr 3, 2010 IP