Comment afficher 4 logo de documents par ligne

GlacierBonjour
Voilà mon problème
J'essaie de faire afficher sur plusieurs lignes les logos de mes articles
comme indiquer dans les trucs et astuces de spip.org

L'article suivant
http://www.mapetite-entreprise.com/powerpoint.php3?id_document=342
contient par exemple 10 documents en pièce jointe

Pourtant impossible de faire afficher plus de 9 documents par page.

j'ai écri le code suivant :
   <table border="0" cellpadding="0" cellspacing="0">
   <B_ligne>
    <tr>
     <BOUCLE_minis(DOCUMENTS){id_article}{doublons}{0,4}>
    <td valign="top" align=center>
    <a
href="powerpoint.php3?id_document=#ID_DOCUMENT">#LOGO_DOCUMENT</a><br>
   <BOUCLE_titre(DOCUMENTS){id_document}>
   <a href="powerpoint.php3?id_document=#ID_DOCUMENT"
class="petit">#TITRE</a>
   </BOUCLE_titre>
    </td>
    </BOUCLE_minis>
       </tr>
  <BOUCLE_ligne_suite (BOUCLE_minis)></BOUCLE_ligne_suite>
  </B_ligne>
   </table>

Quelq'un peut il m'aider ? Car je ne vois vraiment pas
En plus ça bloque tjs à partir du 10ème document attaché
Un autre
exemple ->http://www.mapetite-entreprise.com/powerpoint.php3?id_document=271

Merci par avance de votre aide

Patrice