On Tue, 15 Jul 2003, Logan Linux wrote: > Hi Jared, thanks for the reply, > I am atually using png in the page thats not working... > > <?php > header ("Content-type: image/png"); > $im = imagecreate (300, 300); > $white = imagecolorallocate ($im,255,255,255); > $blue = imagecolorallocate ($im,0,0,255); > imagestring ($im, 5, 0, 0, "I want this to work!!", $blue); // don't forget to send the image to the browser ;) imagepng($im); > ?> David. -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list