(https://phpout.com/wp-content/uploads/2024/03/e5l3u-jpg.webp)
I want to create a layout as shown in the image using html and inline css and my motive is that i can put hyperlink in each of the boxes as well as images in each box, i have tried few things but not able to create the script can anyone please help me with it.
Thanks in advance.
I tried simple div creation with inline-block display but not able to perform it.
!! I can only use inline css due to limiting capability of the bi tool i am using this script in. !!
2
Answers
Honestly, I would recommend the use of bootstrap to format the boxes with CSS styling, so that you can put an image and the hyperlink in each and control the layout of the page using them.
Have a read through this w3schools example of bootstrap grids so that you can get a basic understanding of how to format it.
Goodluck.
It’s just an example: