Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting up a FAQ page


eureka

Recommended Posts

I am trying to add a FAQ page to my site with the code as shown below. Problem is the page always jumps back to me default home page not the requested bookmark. Please help.

 

<hr>

<h2><a name="top">Table of Contents</a></h2>

<ol>

<li><a href="#q1"><strong>QUESTION_1</strong></a></li>

<li><a href="#q2"><strong>QUESTION_2</strong></a></li>

<li><a href="#q3"><strong>QUESTION_3</strong></a></li>

<li><a href="#q4"><strong>QUESTION_4</strong></a></li>

<li><a href="#q5"><strong>QUESTION_5</strong></a></li>

<li><a href="#q6"><strong>QUESTION_6</strong></a></li>

</ol>

<hr>

<h3><a name="q1">QUESTION_1</a></h3>

<p>ANSWER_1</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h3><a name="q2">QUESTION_2</a></h3>

<p>ANSWER_2</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h3><a name="q3">QUESTION_3</a></h3>

<p>ANSWER_3</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h3><a name="q4">QUESTION_4</a></h3>

<p>ANSWER_4</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h3><a name="q5">QUESTION_5</a></h3>

<p>ANSWER_5</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h3><a name="q6">QUESTION_6</a></h3>

<p>ANSWER_6</p>

<h5><a href="#top">Back to Top</a></h5>

<hr>

<h5>Author information goes here.<br>

Copyright ? 2001  COMPANY. All rights reserved.<br>

</h5>

Link to comment
Share on other sites

There is one called "new page" which very simply tells you how to add a new page to the store and there is another called define_mainpage-v1.2 Folder which shows how to change the mainpage in such a way that makes it easier for you to also make new pages.

Link to comment
Share on other sites

I can create new pages OK.

 

I want to be able to display a list of questions at the top of the page which then redirects the user to an answer further down the page. Similar to the osCommerce "FAQ / Rules" page at the top of this forum.

 

When I add the code, the links take me to a totally new page (the home page?!), not a link further down the page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...