wi wipeout221 04 Jul, 2010 Please, i need code syntax to display images in chrono conectivity. Any assistance is fully appreciated Gr GreyHead 04 Jul, 2010 Hi wipeout221,Just use the standard HTML:<img src='<?php echo JURI::base(); ?>'components/com_chronocontact/uploads/form_name/{file_name} />That should work if you correct the URL to the folder and file name that you are using.Bob This topic is locked and no more replies can be posted.
wipeout221 04 Jul, 2010 Please, i need code syntax to display images in chrono conectivity. Any assistance is fully appreciated
GreyHead 04 Jul, 2010 Hi wipeout221,Just use the standard HTML:<img src='<?php echo JURI::base(); ?>'components/com_chronocontact/uploads/form_name/{file_name} />That should work if you correct the URL to the folder and file name that you are using.Bob