I am trying to get this simple code to work:
<a href="#" target="_blank" style="display: inline-block;"> <object data="icons/chrome.svg" type="image/svg+xml" style="pointer-events: none;"> fallback text </object> </a>
When i use
data="http://images3.wikia.nocookie.net/__cb20120330024139/logopedia/images/d/d7/Google_Chrome_logo_2011.svg"
it works. However, when I save this exact file on my own server and link to it as mentioned above, it just shows the backup text in Firefox. In Chrome, it loads the file when the page is opened (which proves the correct link to the file).
Does anyone know what is going on here?
source share