Il codice potrebbe essere così:
codice:
<style type="text/css">
#myTable {
width:100%;
background-color:#999;
border:none;
border-collapse:collapse;
}
#myTable tr{
border:1px solid #000
}
#myTable td{
width:33%;
text-align:center;
background-color:#fff;
padding:0;
}
#myTable td div{
padding:15px;
}
#myTable td h6{
font-family:Square721 BT;
font-weight: normal;
font-size:16px;
}
#myTable td img{
display: block;
width:100%;
height: auto;
max-width:300px;
margin:0 auto;
}
</style>
</head>
<body>
<table id="myTable">
<tr>
<td>
<div>
<img alt="" src="omesso/audio_e_musica.png">
<h6>Audio& Musica</h6></div>
</td>
<td>
<div>
<img alt="" src="omesso/fotografia_e_grafica.png">
<h6 >Fotografia& Grafica</h6>
</div>
</td>
<td>
<div>
<img alt="" src="omesso/Giochi.png">
<h6>Giochi</h6>
</div>
</td>
</tr>
di seguito altre righe ...
</table>
eliminando un po' di tag e gli stili in linea.