Module (chef recommendation)

Last modified: March 14, 2022

In this section, we are going to chef recommendatioon list that display in home page (landing page/index).

  1. Go to Administrator site

  2. Click Module

module

  1. Create a new

  2. Search for custom and click it

module

  1. Create a page by adding a table, inserting the images, adding & make it heading tag (h4), select position

module

Output

module

Source code

<table style="border-collapse: collapse; width: 100%; height: 72px;" border="0"> <tbody> <tr style="height: 24px;"> <td style="width: 100%; height: 24px;"> <h4>Tandoori chicken</h4> <p><img src="images/7.jpg" width="367" height="226" loading="lazy" data-path="local-images:/7.jpg" /></p> </td> </tr> <tr style="height: 24px;"> <td style="width: 100%; height: 24px;"> <h4>Paneer curry</h4> <p><img src="images/16.jpg" width="375" height="138" loading="lazy" data-path="local-images:/16.jpg" /></p> </td> </tr> <tr style="height: 24px;"> <td style="width: 100%; height: 24px;"> <h4>Tandoori prawn</h4> <p><img src="images/15.jpg" width="374" height="155" loading="lazy" data-path="local-images:/15.jpg" /></p> </td> </tr> </tbody> </table>