php-general | 2001092
Date: 09/28/01
- Next message: Tim Ward: "RE: [PHP] Poor man's cache..."
- Previous message: Zenith: "[PHP] Any on going project which is about generating .doc/.xls by PHP in 'Linux' platform"
- In reply to: Johan Vikerskog (EMP): "[PHP] Image location question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Tim Ward: "RE: [PHP] Poor man's cache..."
- Previous message: Zenith: "[PHP] Any on going project which is about generating .doc/.xls by PHP in 'Linux' platform"
- In reply to: Johan Vikerskog (EMP): "[PHP] Image location question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

