Why aren't all the cells of my table of equal sizes? | Sololearn: Learn to code for FREE!
0

Why aren't all the cells of my table of equal sizes?

I created a table added some content to it. I put the layout to fixed. But still some rows have more height than others.

20th May 2020, 5:54 PM
Sheshadri S.B
Sheshadri S.B - avatar
1 Odpowiedź
+ 2
Try this Sheshadri S.B table tr td { padding:10px; } This make all cells of equal height
20th May 2020, 6:07 PM
Abhay
Abhay - avatar