Code:
<style>
a.valuetype2 {
  width:200px;
  height:200px;
  border: 1px solid #666666;
  display:inline;
}
</style>

<a href=.. class=valuetype2> <img src=picture.gif> <p> Some Text </a>
<a href=.. class=valuetype2> <img src=picture2.gif> <p> Some Text 2 </a>
With the display:inline css line in Internet Explorer the two...