--- In [email protected], Sean <[EMAIL PROTECTED]> wrote: > > I was trying to bring up my svg on a friends computer last night, and IE > would only try to download the file. It is in PHP, but on my home > computer and work computer it works fine. I tried changing all the > permissions, but couldn't get anything to work. Any ideas what would > cause this?
IE currently has no native support for SVG so you need a plugin like the Adobe SVG viewer installed that IE can handle SVG documents <http://www.adobe.com/svg/viewer/install/>. As for your PHP script generating SVG make sure you set header('Content-Type: image/svg+xml'); ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

