class - HTML <a> tag wider than specified width -


http://exfluor.com/productsmain.html

i can't seem boundary of clickable link area stay within bounds of <div> making link(11 buttons linking product categories). using class specify width, spans entire width of <td> in. i've run out of options.

<a href="bycategory.php?cat=anhydrides">     <div class="category" align="center">         anhydrides<br><img src="images/cat/anhydrides.jpg" alt="">     </div> </a> 

use block display:

.cattable {     ...     display: block; } 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -