View Single Post
  #5  
Old 03-15-2016, 01:10 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 587,209
Hall of Famer is on a distinguished road
Default

Well there is a better way, use the code below:

PHP Code:
$document->add(new Image($src$alt$dimension)); 
Here you can change src to the url you want to use, and $alt is the alt property of image tag, and dimension is for both width and height.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote