The simple answer is that the mime type isn't being recongised due to your server settings.
Apache - add this to your .htaccess file:
quote: AddType image/svg-xml svg
this is the correct mime type for the current plugin from Adobe (it used to be image/svg so if you are still using this then update).
-----------------------------
Relevant links:
SVG MIME types up date
How do I set up my Web server to deliver pages containing SVG images? - from Adobe's SVG FAQ. they give a lsightly different mime type but the above code is what I have used on an Apache server and it works fine.
______________________
Emperor
(Added by: Emperor on Sun 17-Nov-2002)
(Edited by: Emperor on Sun 17-Nov-2002)
|