On Sun, 29 Jun 2008 21:03:29 -0300 "Manuel Corrales" <[EMAIL PROTECTED]> wrote:
> Hey, great!! But still having issues, sorry to bother you again. Now i added > the svg to the page, but the browser do not display it. The image is there, > because when i right click the broken image that is displayed by the broser > and press save as, i can save the svg and is good. Should my html tag be > different, or should i set something else on my code: Not every browser handles SVGs directly, some need a plugin (guess which one :) ).. In our project I use the <object .../> tag, so for example when the page is rendered it has a <object style="height: 32px; width: 32px;" data="images/logo.svg"/> Bye! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
