 |
Softcart FAQ |
Bookmarks in my pages are not working. I am linked back to the index.html file. How do I fix this?
A standard bookmark in an html page is <A HREF="#HERE">. To be able to use bookmarks within your store environment the link needs to be either:
<A HREF=#HERE> (without the quotes) or
<A HREF="page.html#HERE">
|