I am trying to put a link in a
In order to do this, you can set the HEIGHT of your "a" element in pixels instead of percentage. If you specify a percentage, 100% will end up being the height of the TEXT itself. A pixel height will give you a static height, and will work for this situation. element and have the element fill the entire space of the
. While I can
td a {height: 100px;}