Here's a working example: http://www.google.com/chart?chst=d_bubble_icon_text_small&chld=petrol|bb|$3/gal|FFFF88|000000
You can inspect the HTML and see it is no different than what you have specified. Are you having problems serving images from domains? Maybe you just need to specify the height and width properties in your img tag. On Wed, Aug 12, 2009 at 12:30 AM, Xabi<[email protected]> wrote: > > I tried to use a image in a IMG tag but don't work: > > <html> > <head> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> > </head> > <body> > <img src="http://www.google.com/chart? > chst=d_bubble_icon_text_small&chld=petrol%7Cbb%7C$3/gal > %7CFFFF88%7C000000"/> > </body> > </html> > > You can test it at > http://roldan.es/test2.html > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
