Good morning Forum Admins,
As experienced most-recently with Chauffer6's post in another thread, the RR Forum-engine's link-parser seems not to properly parse links which contain a space, when the space is in an HTML "Name" tag, like those used to navigate up and down within single web-page.
The original link Chauffer6 provided, in the other thread, was...
...but the Forums-engine parsed it as...
I know that %20 substitution is required for spaces in the primary part of the URL.
But, is there a way to make the link-parser properly handle links in situations like this, so that it does not substitute the %20 for spaces that occur after the # character?
Thanks for your time and consideration.
Respectfully,
As experienced most-recently with Chauffer6's post in another thread, the RR Forum-engine's link-parser seems not to properly parse links which contain a space, when the space is in an HTML "Name" tag, like those used to navigate up and down within single web-page.
The original link Chauffer6 provided, in the other thread, was...
Code:
http://marksscanners.com/BCT15X/bct15x.shtml#group keys
Code:
http://marksscanners.com/BCT15X/bct15x.shtml#group%20keys
I know that %20 substitution is required for spaces in the primary part of the URL.
But, is there a way to make the link-parser properly handle links in situations like this, so that it does not substitute the %20 for spaces that occur after the # character?
Thanks for your time and consideration.
Respectfully,
Last edited: