View Single Post
  #1  
Old 07-27-2006, 09:54 AM
 
MCM MCM is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 114
 

Default HTML Anchors not working on static pages

Hi,

I'm creating an FAQ page, and would like to have all the questions at the top, each a link to the full question with answer. I put the list together, with each bullet looking like the following:


There is then an <a name="invest"> tag in the question, like this:

Code:
<p align="left"><a name="invest"><font size="3">Q. What should I invest in? Which coins are going up in value? Where do you think the price of gold and silver are going to? A. We buy and sell coins. No one can predict the future, so we refrain from saying what is going up or down and which direction gold and silver are moving. Coins are a hobby, so enjoy them. Buy the best quality you can afford and stay away from problem coins. You’ll do just fine.</font></p>

But, when I click the link in a browser, this is the link that shows up:

http://www.jmscoins.com/#invest

The link isn't relative to the page like it should be. I commented out the list of links on the live page, but copied the page so you can take a look here. If anyone can help, I'd really appreciate it.

Thanks,

Jeremy
__________________
Version 4.0.17/4.0.18
Reply With Quote