Tagged: anchor
This is pretty straight forward – I may be missing something…
I have a color section and I’ve assigned it the id “VoteNow”
I’ve added a button at the top of my page and tset the link manually to point to just “#VoteNow” and http://url/post-title#VoteNow
In both cases a “/” is added in front of the “#” effectively changing the link to http://url/post-title/#VoteNow
How do I make it so that dang “/” does not show up and the anchor work as supposed to.
see: http://www.more-mtb.org/2017-more-bod-elections-candidate-bios-and-information
Whenever I click the button it looks like it’s going to go to the right place but that pesky “/” then comes up again…
Thanks in advance.
Hey Martin,
It should work with the / before the anchor, but it looks like you have added the ID of the section in all small letters and the link with a mix of big and small. Could you try something like this instead?
http://www.more-mtb.org/2017-more-bod-elections-candidate-bios-and-information/#votenow
To see if that works?
Best regards,
Rikard
Duh…
How I missed that is beyond me. Total user error. Thanks for the assistance.
M