Previously, Kelly Corkill said:
> Define the height and width for each graphic, otherwise how does the browser
> know how to draw the screen? With height/width netscape will allocate space
> for the missing images and fill them in as the files complete, without - it
> waits until all are done before drawing to the screen.

Hint: use GetImageSize() to get the height/width info.

http://php.net/manual/en/function.getimagesize.php

 -dan

-- 
"Contrariwise", continued Tweedledee, "If it was so, it might be; and if it
were so, it would be; but as it isn't, it ain't. That's logic." -Lewis Carroll

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to