in reply to Incorporating On-The-Fly Graphics In CGI output

I don't think it is possible to directly embed image information in HTML. You'd probably have to output something like <img src="name-of-cgi.cgi?op=displayimage" /> and have the script output the image when the field op equals displayimage. See this for how to correctly return an image.