Here, I use colspan on the header cell so that it takes up multiple cells' width, and then rowspan on the cell so that it extends vertically across multiple rows.
This allows 90% of your images to be displayed. Vertical/rotating text is possible, but not what this question is about, so I didn't do that part.
Here, I use
colspan
on the header cell so that it takes up multiple cells' width, and thenrowspan
on the cell so that it extends vertically across multiple rows.This allows 90% of your images to be displayed. Vertical/rotating text is possible, but not what this question is about, so I didn't do that part.