Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] Re: Image location question. From: _lallous (elias_bachaalany <email protected>)
Date: 09/28/01

In order to put the image where you want on the next page...
you have to do somethingl like that:

<html>
<body>
<div style="position:absolute;top:100px;left:500px">
<img src="getimg.php">
</div>
</body>
</html>

notice? you only have to change the "top" and the "left"

"Johan Vikerskog" <Johan.Vikerskog <email protected>> wrote in message
news:A9D7A677B724D411A8B600204840355E03515184 <email protected>
.
> I have a question.
> I have created an image with
> imagecreatefromjpeg
>
> I have a empty page and i want to display the picture at a specefic
location at the page.
> Does anyone know how to do that?
>
> With regards
>
> //Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>