Let start off by saying that I am fairly new to zen cart but have been working with it for a couple of weeks. Not great with code but am learning. Now on to the problem.
I am trying to create an EZ-Page for a definition list of meanings for some items that I sell. I originally used Aptana 3 to write the code and when I offline posted it to Firefox it works. However same code, no changes, won't use the anchors properly in Zen Cart. They all go back to the home page. I have searched all over the place for a solution. I know my code in general is correct but don't know if something special is required for ZC. Here is a portion of the code I have written. I know HTML but not CSS. The basics of it are I am trying to allow a person to click on "W" and go right to that section and when done can click "Back to Top" and it will take them to the top of the same page. Instead all links take me to the home page. HELP PLEASE!
<a name="top"></a>
<center><h2>Native American Symbols</h2></center>
<hr style="color: black; background-color: black; height: 5; width: 50%">
<center><h3><a href="#A">A</a> <a href="#B">B</a> <a href="#C">C</a> D <a href="#E">E</a> <a href="#F">F</a> G <a href="#H">H</a>
I J <a href="#K">K</a> <a href="#L">L</a> <a href="#M">M</a> N <a href="#O">O</a> <a href="#P">P</a> Q
<a href="#R">R</a> <a href="#S">S</a> <a href="#T">T</a> U V <a href="#W">W</a> X <a href="#Y">Y</a> <a href="#Z">Z</a></h3></center>
<dl>
<h3><a name="A">A</a></h3>
<font size=2><dt><strong>Arrowhead:</strong></dt>
<dd>Alertness</dd>
<dt><strong>Arrow Pointing Right:</strong></dt>
<dd>Protection</dd>
<dt><strong>Arrow Pointing Left:</strong></dt>
<dd>Warding Off Evil</dd></font size>
<h5><a href="top">Back to top</a></h5>
<br>
<h3><a name="B">B</a></h3>
<font size=2><dt><strong>Bear Track/Paw:</strong></dt>
<dd>Good omen</dd>
<dt><strong>Broken Arrow:</strong></dt>
<dd>Peace</dd>
<dt><strong>Buffalo Horns:</strong></dt>
<dd>Success</dd></font size>
<h5><a href="top">Back to top</a></h5>
<br>


Reply With Quote
