I have a div that has a set width and it is wrapped around a link. I want the link inside to fill the entire space of the div so that when I click
div
You need to make the link a block level element.
.link_class { display: block; }