Hi. I copied working HTML code to create a page that starts out with a list of topics (i.e., FAQs), with each topic title linking to the paragraph on that topic, and after that paragraph a "back to top" link going back to the top of the page.
In EZ pages, none of the links work as expected. All links simply return to the home page. The home page shows the link name, i.e., "#publisher," or "#back," as an add-on to its web address.
My code is:
the above link in my html editor goes to:<a name="back"></a>
<ol>
<li><a href="#publisher">Search by publisher</a></li>
. . .
and when I finish the paragraph I can click a link<h3><a name="publisher">1. Search by publisher</a></h3> . . .
</a><a href="#back"> Back to Top
which takes me back to the top.
It is puzzling that this works in my HTML editor but not in the actual EZ page.
It seems strange that the home page link would just rename itself, i.e., to "www.homepage.com/#publisher," or "www.homepage.com/#back, and strange that ANY link goes to the home page, whether #publisher, or #back.
I suspect that this has something to do with PHP.
Thanks for any explanatory comments.



