Thread
:
adding images to pages?
View Single Post
#
5
03-15-2016, 01:10 PM
Hall of Famer
Administrator, Lead Coder
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits:
587,209
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.
Hall of Famer
View Public Profile
Send a private message to Hall of Famer
Find all posts by Hall of Famer