I have a background image associated with a table column, in the centre of that table column i have a dynamic link, example below .
As you can see the writing is a php link, Is there anyway to make the whole area of the background image clickable rather than just the text?
Any ideas or suggestions would be appreciated.
Thanks
Just add a
display: block;on your<a>s.By the way, those
<div>with acenterattribute (brrrrh) invalid your code. Consider remove them and, to not loose your layout, add this rule on your<a>s.