Salve a tutti! Gestisco il sito di musica www.noisyhours.it
Come potete vedere nella home sono segnalate il una tabella le copertine delle ultime 10 recensioni prodotte con tanto di link alla recensione stessa.
Fino a ieri c'era esposta solo una colonna di compertine, quindi quando ne aggiungevo una nuova il procedimento era semplice: cancellavo l'ultima e mettevo quella nuova per prima.
Oggi abbiamo deciso di metterne 10 disposte su due colonne, il codice HTML è il seguente:
<table border="0" width="204" height="511">
<tr>
<td width="93" height="72" align="center" valign="top">
<p align="center">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=241">
<font size="2">
<img src=http://pathos.teneco.se/release/album3/album3.jpg border="0" width=70 height=70 alt="Pathos Katharsis" align="top"></font></a><font class="pn-normal"><font class="pn-normal" size="2">
Pathos - Katharsis
</font>
</font>
</p>
<p align="center">
</p>
</td><td valign='top' align='center' width="95" height="72">
<p align="center">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=240">
<font class="pn-normal" size="2">
<img src=http://www.noisyhours.it/images/recensioni/Noimage4.jpg border="0" width=70 height=70 alt="Trauma"></font></a><font class="pn-normal"><font class="pn-normal" size="2">
Trauma - Garden Of
Vanity</font></font></p>
<p align="center">
</p>
</font>
</td>
</tr>
<tr>
<td width="93" align="center" height="72" valign="top">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=239">
<font size="2">
</font></a><font class="pn-normal" size="2">
Desire - Locus Horrendus
</font>
</p>
</td><td valign='top' align='center' width="95" height="72">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=238">
<font class="pn-normal" size="2"><img src=http://www.audioglobe.it/catalogo/cover/039841447323.jpg border="0" width=70 height=70 alt="Symphorce Twice"></font></a><font class="pn-normal" size="2">
Symphorce – Twice
Second
</font>
</p>
</td>
</tr>
<tr>
<td width="93" align="center" height="72" valign="top">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=237">
<font size="2">
<img src=http://www.obskure.com/cover_albums/hirax_barrageofnoise.jpg border="0" width=70 height=70 alt="Barrage Of Noise" align="texttop"></font></a><font class="pn-normal" size="2">
Hirax - Barrage Of Noise
</font>
</p>
</td><td valign='top' align='center' width="95" height="72">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=236">
<font class="pn-normal" size="2"><img src=http://www.noisyhours.it/images/recensioni/CopInnomine.jpg border="0" width=70 height=70 alt="In Nomine"></font></a><font class="pn-normal" size="2">
Eligor - In Nomine
</font>
</p>
</td>
</tr>
<tr>
<font class="pn-normal">
<td width="93" align="center" height="72" valign="top">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=235">
<font class="pn-normal" size="2">
<img src=http://www.scarletrecords.it/bands/Node/cover-SC-080.jpg border="0" width=70 height=70 alt="das kapital"></font></a><font class="pn-normal"><font class="pn-normal" size="2">
Node - Das Kapital
</font>
</font>
</p>
</td><td valign='top' align='center' width="95" height="72">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=234">
<font class="pn-normal" size="2">
<img src=http://www.eversince.net/img/albums_fighttheelement.gif border="0" width=70 height=70 alt="Ever Fight"></font></a><font class="pn-normal"><font class="pn-normal" size="2">
Ever Since - Fight The
Elements
</font>
</font>
</font>
</p>
</td>
</tr>
<tr>
<font class="pn-normal">
<td width="93" align="center" height="72" valign="top">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=233">
<font size="2">
<img src=http://www.noisyhours.it/images/recensioni/neverCD.jpg border="0" width=70 height=70 alt="Your Own Decay"></font></a><font class="pn-normal" size="2">
Your Own Decay - Never
Enough</font>
</font>
</p>
</td><td valign='top' align='center' width="95" height="72">
<a href="modules.php?op=modload&name=Reviews&file=ind ex&req=showcontent&id=232">
<font class="pn-normal" size="2">
<img src=http://www.redcrystal.it/Copertina_Promo_2003_beta.jpg border="0" width=70 height=70 alt="Red Crystal"></font></a><font class="pn-normal" size="2">
Red Crystal - Promo 2003
</font>
</p>
</td>
</tr>
</table>
Come potete notare risulta difficile inserire una nuova recensione con lo stesso procedimento di prima, bisognerebbe metterle due a due, c'è una possibilità per ovviare a questo inconveniente? Mi piacerebbe molto qualcosa di automatico: metto una recensione nuova che ssi posizione in alto a sinistra, quella in alto a sinistra passa in alto a destra, quella in alto a destra passa sotto a sinistra e così via...l'ultima viene cancellata!
E' fattibile?