Using 1/30/2022 7:57:45 PM |
|
PHPRunner General questions | |
D
Dynamiccomp author
i had inserted some html code into a text area, and when I built the site, and clicked on the link, it took me back to the menu page, why is that? This is part of the code I have in editor:
<a name="Blue_Horse">Import from Blue Horse Entries</a> why is this taking me to a different page entirely, I don't get it?? |
|
![]() |
Sergey Kornilov admin 1/31/2022 |
It should work, this is just a HTML code and it should work. I suggest to load that page in the web browser, do 'View source' and make sure that the actual HTML looks correct. |
D
|
Dynamiccomp author 2/1/2022 |
I looked at the source as well as the URL when I hover over the link, and it is correct. Here is the link to the page in question. https://scoring.dynamicwebhost.net/huntersrun/testing/faq_list.php For testing purposes, the first link is the only one with a name tag on the page. So, if you click on the "Blue Horse Entries" link it takes you back to the menu page. Here is the snippet of source code in question
|
![]() |
Sergey Kornilov admin 2/1/2022 |
I see two issues here.
|