Question

I'm having some major problems trying to get a "?" inside of hrefs that are part of my SVG scripts. I want to link to other parts of my website from inside of my SVGs, and most of my pages are dynamic that require $_GET variables to create them on the fly. SVG seems to throw a spaz every time I try to include question marks inside the href, but I need to do that in order to deliver the $_GET variables... is there another way??!

Was it helpful?

Solution

Have you try to replace it with the ascii code instead? ? In the same way that you have to replace the & by &

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top