Scott Fletcher wrote:
Bingo.... Did a lot of searching and found some code and modify it...

--snip--
      //Logo
      $size="100";  //(min 0, max 210; it's for making image big or small,
nothing else)
      $absx=(210-$size)/2;
      $this->Image('images/Logo.jpg',$absx,5,$size);
--snip--

Well, you could take a ruler and find out A4 page is 210 milimeters wide without any PHP knowledge.


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



Reply via email to