Click to See Complete Forum and Search --> : How to make a whole cell a link


simplyDVS
07-24-2006, 02:19 PM
I need to make an entire cell a clickable link, how do I do this?

Wiz Creations
07-24-2006, 03:31 PM
Fill in the ?? with the value of your choice. don't forget to add color: and background-color: for text and bg respectively. If you want this to be for one link only, make it a class.

a {
display:block;
height:??;
width:??;
}