Hello,
I ‘d like to have three images next to each other in such a way that they are automatically aligned across the width of the website. I tried it with a table in a module with the position ‘features intro’ but then the images are not responsive . I tried to make an article for each image with the image added as a normal image and the image added as an intro image and then set the homelink in the menu on features articles, but that does not work either .
Who knows how i can achieve what i want?
<table style=”height: 26px; width: 100%;”>
<tbody>
<tr>
<td style=”width: 33%;”><a href=”index.php?option=com_content&view=featured&Itemid=692&lang=fr”><img src=”images/image.jpg” alt=”” /></a>
</td>
<td style=”width: 33%;”><a href=”index.php?option=com_content&view=featured&Itemid=708&lang=fr”><img src=”images/image.jpg” alt=”” /></a>
</td>
<td style=”width: 33%;”><img src=”images/image.jpg” alt=”” />
</td>
</tr>
</tbody>
</table>