1
mini cal image display issues
Great mod, but I have a problem with displaying any images at the top of the mini cal I have tryed everything that I have read here in your support forum and I still get a broken image, here is the read out of the files as to where I think they go, if you could point out where i am going wrong ??
display_image.php
// logic displaying any image
echo 'http://www.jrweb-designs.info/index/modules/agendax/script/Image01.jpg" width="100" ';
// if you want to limit the width of the picture to 140px for example:
// echo 'http://www.guanxicrm.com/modules/agendax/Agenda-X_logo.jpg" width="140" ';
// ^
// |
// double quote here !
?>
display_image_more.php
// logic echoing any image url
$random_d = rand(1,6);
echo 'http://www.jrweb-designs.info/index/modules/agendax/script/'.$random_d.'.jpg" width="140"';
?>
where did I go wrong????
what do I need to do ?
all the images are in the folder "modules/agendax/script"
my thanks
Jr Web