1
I’m trying to control the size of a cell in my HTML table using CSS properties height
and width
, but it’s not working.
I’m doing it this way:
#CelL7C1, #CelL3C1, #CelL3C3, #CelL7C3{
height: 5px;
width:20px;
background-image: linear-gradient(to right, red , yellow);
}
Dude you have to put your entire table there not just a piece of CSS, without a minimal template to be able to simulate your problem not to help you ...
– hugocsl
Post your table html, only this can not help.
– Renan