probleme affichage des articles

Bonjour ce code de sommaire.html m’affiche l’introduction du dernier article, et l’entete de tous les articles. Comment le modifier pour limiter al’affichage des entetes aux trois ou quatres derniers articles.

merci

<BOUCLE_premier_article(ARTICLES){tout}{par date}{inverse}{0,1}>

[(#DATE|nom_jour|majuscules)] [(#DATE|jour)] [(#DATE|nom_mois|majuscules)] [(#DATE|annee)]
[(#SURTITRE|smileys)
] [(#TITRE|smileys)][(#LOGO_ARTICLE_RUBRIQUE|right|#URL_ARTICLE)] [
(#SOUSTITRE|smileys)]
par

<BOUCLE_AUTEUR1(AUTEURS){id_article}{", "}{par nom}>
#NOM
</BOUCLE_AUTEUR1>

</B_AUTEUR1>

[(#INTRODUCTION|smileys)]

Lire la suite...

<BOUCLE_articles(ARTICLES){tout}{par date}{inverse}{1,8}>

[(#DATE|nom_jour|majuscules)] [(#DATE|jour)] [(#DATE|nom_mois|majuscules)]
[(#SURTITRE|smileys)
] #TITRE [
(#SOUSTITRE|smileys)]
par #NOM

 
 

La deuxième boucle ARTICLE (nommé articles) affiche les 8 résultats à partir du deuxième résultat,
c'est le critère {1,8} donc toi tu préfèrerais {1,3} et pour tout savoir sur ce critère :
http://www.uzine.net/article900.html

--
Jérémy HETZEL
"Didier Raynaud" <raynaud@wanadoo.fr> a écrit dans le message de news:
001b01c36671$3c4b47d0$0400a8c0@toshiba...
Bonjour ce code de sommaire.html m'affiche l'introduction du dernier article, et l'entete de tous
les articles. Comment le modifier pour limiter al'affichage des entetes aux trois ou quatres
derniers articles.

merci

<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH="100%">
  <tr>
    <td colspan="5" VALIGN="top" width="100%">

<BOUCLE_premier_article(ARTICLES){tout}{par date}{inverse}{0,1}>
      <P align="left"><FONT SIZE=1><B>[(#DATE|nom_jour|majuscules)] [(#DATE|jour)]
        [(#DATE|nom_mois|majuscules)] [(#DATE|annee)]</B></FONT> <BR>
        <FONT SIZE=4> [(#SURTITRE|smileys)<BR>
        ] <FONT SIZE=6>[(#TITRE|smileys)]</FONT>[(#LOGO_ARTICLE_RUBRIQUE|right|#URL_ARTICLE)]
        [<BR>
        (#SOUSTITRE|smileys)] </FONT>
        <B_AUTEUR1>
        <BR>
        <font size="1"><I>par

<BOUCLE_AUTEUR1(AUTEURS){id_article}{", "}{par nom}>
        #NOM
        </BOUCLE_AUTEUR1>
        </I></font>
        </B_AUTEUR1>
      <P align="left"> [(#INTRODUCTION|smileys)]
      <P align="left"><B><A HREF="#URL_ARTICLE">Lire la suite...</A></B>
        </BOUCLE_premier_article>
    </td>
  </tr>
  <tr>
    <td rowspan="3" VALIGN="top" width="100%"> <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0
BORDER=0>
        <TR>
          <TD WIDTH=100% height="2" class=tableaplat ><img src="biopics/rien.gif" alt="" height="2"
border="0"></TD>
        </TR>
        <TR>
          <TD WIDTH=100% height="4" ><img src="biopics/rien.gif" alt="" height="4" border="0"></TD>
        </TR>
      </TABLE>

<BOUCLE_articles(ARTICLES){tout}{par date}{inverse}{1,8}><FONT FACE="arial,helvetica,sans-serif"
SIZE=3>
      <P align="right"><FONT SIZE=1><B>[(#DATE|nom_jour|majuscules)] [(#DATE|jour)]
        [(#DATE|nom_mois|majuscules)]</B></FONT> <BR>
        <FONT SIZE=2> [(#SURTITRE|smileys)<BR>
        ] <FONT SIZE=3><A HREF="#URL_ARTICLE"[
TITLE="(#DESCRIPTIF|textebrut|attribut_html)"]>#TITRE</A></FONT>
        [<BR>
        (#SOUSTITRE|smileys)]</font>
        <B_AUTEUR2>
        <BR>
        <font size=1><I>par
        <BOUCLE_AUTEUR2(AUTEURS){id_article}{", "}{par nom}>
        #NOM
        </BOUCLE_AUTEUR2>
        </I></FONT>
        </B_AUTEUR2>
        </BOUCLE_articles>
    </td>
    <td rowspan="3" width="4"><img src="biopics/rien.gif" alt="" width="4" border="0"></td>
    <td rowspan="3" width="4" class=tableaplat ><img src="biopics/rien.gif" alt="" width="4"
border="0"></td>
    <td rowspan="3" width="4"><img src="biopics/rien.gif" alt="" width="4" border="0"></td>
    <td width="188" VALIGN="top"> <TABLE WIDTH=188 CELLPADDING=0 CELLSPACING=0 BORDER=0>
        <TR>
          <TD WIDTH=188 class=tableaplat ><img src="biopics/rien.gif" alt="" width="188" height="4"
border="0"></TD>
        </TR>
      </TABLE></td>
  </tr>
  <tr>
    <td width="188" VALIGN="top">&nbsp;</td>
  </tr>
  <tr>
    <td width="188" VALIGN="top">&nbsp;</td>
  </tr>
</table>

--------------------------------------------------------------------------------