Log in

View Full Version : How to reduce table row height?



animsaj
06-26-2016, 09:51 PM
I tried many things and they does not work. Table is on this page: http://nicolacoins.blogspot.bg

The problem appeared when I added this code:

<style>
#hovercolor{
border-collapse:collapse;
}
#hovercolor tr {
background-color:transparent;
}
#hovercolor tr:hover td {
background-color:#ceeca5;
}
#hovercolor tr td.link{
background-color:transparent;
}
</style>

Please tell me how to reduce the height of the rows :)

animsaj
06-28-2016, 03:10 PM
Any idea how to make rows with 100 pixels height? :rolleyes: