This may sound like a question I shouldn't need to ask, but here I am asking it...
In a PHP page I am doing some simple html stuff, where there is a reference in a paragraph to information on another part of the page (rather lengthy document)...
in html I would just use an anchor <a name='Achievement'></a>
and then when I want to reference it provide a link See <a href='Achievement'>'Achievement Titles and Rewards'</a>
so when they clicked on the link, it takes them to the anchor...
For some reason, it isn't taking me to the anchor, but rather taking me back to the index page.
Does this simply not work in a php document, or am I missing something in the use of it.
Thanks in advance for your response, and I apologize if this is something that I should know, but I apparently don't.
Douglas