This is how i am trying but it does not work
The only thing is, it gets 100% width equal to table cell width but the height does not change. How can i make the entire table cell clickable?
Here what i do
<td><a href="Default.aspx?ClusterId=1" class="btn-full">click here</a></td>
And this is inside my CSS file
.btn-full {
display: block;
width: 100%;
height: 100%;
}
The bootstrap version i use is v 3.3.6
I am testing with latest version chrome : Version 51.0.2704.106 m