Please respond via the forum/group, niketheguy. Here's what you sent me: ----- Alright... The complied code whc i get in my browser is: <html><img src='http://chart.apis.google.com/chart?chs=240x100 &chd=t:20,40 &cht=lc &chxt=x,y alt='Sample chart'/></ img></ html> -----
The chart works should work fine once you - use valid HTML (head and body tags, etc.) - add a closing quote after the SRC attribute ( IMG SRC="http:// chart.apis.google.com/..." ALT="MY CHART" /> ) - remove extra spacing from your URL (after the CHD and CHT parameters) Good luck, K On Mar 3, 1:45 pm, KeithB <[email protected]> wrote: > Someone else may be able to review your PHP code, but if you post the > contents of IMG SRC attribute I can help determine what errors, if > any, are in the URL. > > Cheers, > K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
