Named Anchor
Posted: Thu Aug 15, 2019 6:55 pm
Script URL:
Version of script: 2.8.2
Hosting company: HostingMatters
URL of phpinfo.php: 7.1.31 (MySQLi)
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Anchor
Write your message below:
Article: https://www.pbgv.org/help/knowledgebase.php?article=4
I tried to add anchors within text linked from TOC at top:
HTML editor is stripping out the correct coding that I have brought over from Dreamweaver and it does the same when using HTML editor.
Table on Contents should be:
<a href="#spay" title="Will I need to spay or neuter my dog">Will I need to spay or neuter my dog?</a>
Editor changes to this:
<a title="Will I need to spay or neuter my dog" href="#spay">Will I need to spay or neuter my dog?</a>
For Destination anchor the code just disappears from source code. I have tried to enter using the HTML editor and it is gone no matter what I've tried. The code that needs to be next to that specific question is <a name="spay" id="spay"></a>.
Why is the named anchor being stripped out and what can I do to solve. FYI, just started setting this up for my PBGV club and am learning.
Thanks, Veronica
Version of script: 2.8.2
Hosting company: HostingMatters
URL of phpinfo.php: 7.1.31 (MySQLi)
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Anchor
Write your message below:
Article: https://www.pbgv.org/help/knowledgebase.php?article=4
I tried to add anchors within text linked from TOC at top:
HTML editor is stripping out the correct coding that I have brought over from Dreamweaver and it does the same when using HTML editor.
Table on Contents should be:
<a href="#spay" title="Will I need to spay or neuter my dog">Will I need to spay or neuter my dog?</a>
Editor changes to this:
<a title="Will I need to spay or neuter my dog" href="#spay">Will I need to spay or neuter my dog?</a>
For Destination anchor the code just disappears from source code. I have tried to enter using the HTML editor and it is gone no matter what I've tried. The code that needs to be next to that specific question is <a name="spay" id="spay"></a>.
Why is the named anchor being stripped out and what can I do to solve. FYI, just started setting this up for my PBGV club and am learning.
Thanks, Veronica