I have a embedded image in an .org file which I then publish as html. The line included in the .org file is
[[./img/fig.svg]]
This is translated into html as
<p><img src="./img/fig.svg" alt="./img/fig.svg" />
</p>
This image shows up in Chrome and Opera when I load the page, but in Firefox I only see the link as text (“./img/fig.svg“). I wonder what I need to do to export the svg so that it will load in Firefox – either in org-mode or after export in html. Thanks
I cannot reproduce this issue (with regards to Org and
org-export-as-html). I used the following to test:ORG
HTML
This displays without issue in Opera 11.61, Firefox 10.0.2 but fails in IE8 with a message that the protocol is unavailable. Do other SVGs work in Firefox when you try to view them?