nono non era questo (fin qui ci arrivo)
il mio problema è integrare il ciclo che mi genera 8 gif ($minilogo) a questo codice HTML...il risultato che cerco è ottenere che ogni $minilogo venga contornato da un bel bordino con gli angoli smussati
(vedi questa pagina tanto per capirci)
il problema è che non riesco a fare in modo che l'impaginazione mi esca correttamente...
nel codice qui sotto in rosso grassetto c'è $minilogo ma in realtà dovrebbe andarci il codice che trovate nel primo post...

codice:
<table width="200" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td width="15" height="15" style="background: url(images/box_tl.gif)">[img]images/spacer.gif[/img]</td>
  <td width="100%" height="15" style="background: url(images/box_t.gif)">[img]images/spacer.gif[/img]</td>
  <td width="15" height="15" style="background: url(images/box_tr.gif)">[img]images/spacer.gif[/img]</td>
 </tr>
 <tr>
  <td width="15" style="background: url(images/box_l.gif)">[img]images/spacer.gif[/img]</td>
  <td width="100%" style="background:#cc6666">$minilogo   </td>
  <td width="15" style="background:url(images/box_r.gif)">[img]images/spacer.gif[/img]</td>
 </tr>
 <tr>
  <td width="15" height="15" style="background: url(images/box_bl.gif)">[img]images/spacer.gif[/img]</td>
  <td width="100%" height="15" style="background: url(images/box_b.gif)">[img]images/spacer.gif[/img]</td>
  <td width="15" height="15" style="background: url(images/box_br.gif)">[img]images/spacer.gif[/img]</td>
 </tr> 
</table>