- π¨π¦Canada gavinhudson
I have a related question, and the forum isn't letting me post it as a new topic.
How do you align all cells in a table to the top? When I create a table, the images align to the top and the text aligns to the bottom.
- πΊπΈUnited States flashwebcenter Austin TX
Hello,
You can use the same module to inject this css:.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th { vertical-align: top; }
Best wishes,
Alaa