I am trying to put a link in a The closest i got was this... But it makes all your rows the same height. Maybe someone else can fix that if it's a problem. element and have the element fill the entire space of the
. While I can
th {
float: left;
overflow: hidden;
font-size: 50%;
width: 20em;
margin: auto;
}
th a {
display: table; /* or block, up to you */
margin: none;
width:100%;
height: 1px;
background-color: #aaa;
padding: 20%;
}