HTML docs only contain text. If you want images "inline" then you use the
<img> tag.

-----Original Message-----
From: Justin French [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 10:31 AM
To: [EMAIL PROTECTED]; php
Subject: Re: [PHP] Generate inline image


Your <IMG> tag calls a script (imagemaker.php) which generates the image for
you.... the parent script (eg home.php) doesn't generate the image inline,
to the best of my knowledge.

Justin French


on 13/05/02 10:01 AM, Engineering Software Center
([EMAIL PROTECTED]) wrote:

> 
> Hi:
> How do I generate gif inline images using PHP's image functions using GD
> libs.  Everything I have seen so far requires a header before generating
> the image.  But I want the image embedded into a table with other
> texts.  Thank you for the help.
> 
> Frank
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to