GetSimple Support Forum

Full Version: Scalable Vector Graphics with links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

When I upload a .svg file and use it in a page, I lose the ability to direct to another page via the links (the embedded 'xlink:href'). It works as a stand-alone .svg; I tested it before.
Should I incorporate the 'xmlns:xlink="http://www.w3.org/1999/xlink' attribute in the page 'data' header as well to activate the links?
Hello again,

Problem solved. The problem was that I used the <img>-tag to display the .svg picture. I changed it to an <object>-tag, and everything works OK, including the xlinks.