in reply to Re: Using an image as a header with GD::Graph
in thread Using an image as a header with GD::Graph

Yeah, when I need a bunch of graphs on a page, what I usually do is to write multiple images to distinct files (as it seems you were trying) and then refer to them each using an <img> tag in a larger HTML document.

  • Comment on Re^2: Using an image as a header with GD::Graph