Hello,
Your image is generated in a div.
I am currently working on doing a layout in an overload of the joomla article display
This prevents me from displaying the joomla content of the article to the right of the image. How to do ?
Regards
Your image is generated in a div.
<div class="econaArticleImageBlock"><div class="econaImage">
I am currently working on doing a layout in an overload of the joomla article display
<?php echo $this->item->jcfields[18]->value; ?> <?php echo $this->item->text; ?>
This prevents me from displaying the joomla content of the article to the right of the image. How to do ?
Regards