I've created a FAQ page using the contribution "FAQ Page" using EZ pages. I've inserted the code in the page, saving it then loading the FAQ page from my home page FAQ link. The FAQ page opens fine but when any page link is clicked (such as 'question 1' taking me to the answer to question 1), it immediately takes me back to the home page of my store.
I've used the 'back to top' routine in the HTML page and it functions properly opening the page with my browser. However, it doesn't function right from within my store FAQ page. The basic routine is:
<a name=last>Take me to the end of the page</a>
<a href='#last'>This is the end of the page</a>
Here is HTML header code I currently have in place for the first 6 questions for my first topic (not the entire page):
And here's the resulting location within the page clicking any of the question links should take me:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="">
</head>
<body>
<a name="top">About Us</a>
<ol>
<li><a href="#aboutus1"><b>Question 1</b></a></li>
<li><a href="#aboutus2"><b>Question 2</b></a></li>
<li><a href="#aboutus3"><b>Question 3</b></a></li>
<li><a href="#aboutus4"><b>Question 4</b></a></li>
<li><a href="#aboutus5"><b>Question 5</b></a></li>
<li><a href="#aboutus6"><b>Question 6</b></a></li>
</ol>
Just wondering what I may have done wrong for the links not to work with the FAQ page. Any of the question links I click take me back to my home page and out of the FAQ page completely. The page works perfectly within my browser when I'm testing it.<a name="aboutus1">Question 1</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<hr noshade size="1">
<a name="aboutus2">Question 2</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<hr noshade size="1">
<a name="aboutus3">Question 3</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<hr noshade size="1">
<a name="aboutus4">Question 4</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<hr noshade size="1">
<a name="aboutus5">Question 5</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<hr noshade size="1">
<a name="aboutus6">Question 6</a>
<p>[This is the answer to the question.]</p>
<a href="#top">Back to Top</a>
<br><br>
Here's a link directly to my store FAQ page if you'd like to take a look (all is still under construction):
http://www.earnest-enterprises.com/i...?main_page=faq
Any help would be appreciated!
Thanks...
Rod



