I was trying to include image having .png extension, but it was not working, but when i changed it to .gif, it worked. Is this a limitation or there is any different way of doing. Now i am doing as shown below,
aI("image=images/logo.png; name=logo; alt=home; width=125; height=47; border=0;");
Thanks
Image Extension png supports
Re: Image Extension png supports
You show...
...which I am taking literally. For one thing, you need to remove the spaces, plus these additional changes...
As far as I know there is no png limitation.
See http://milonic.com/forum/viewtopic.php?t=2981 for a good reading list.
Code: Select all
aI("image=images/logo.png; name=logo; alt=home; width=125; height=47; border=0;");
Code: Select all
aI("image=images/logo.png;imagealt=home;imagewidth=125;imageheight=47;");
See http://milonic.com/forum/viewtopic.php?t=2981 for a good reading list.
John