Bonjour,
J'ai un probleme sur mon site depuis le debut mais je viens de le
remarquer et ca m'enerve.
http://www.raphardcore.com/rubrique.php3?id_rubrique=79
Allez faire un tour la, et voyez le decalage entre chaque resultat pour
le nom de l'album.
Alors que mon code semble bon:
<BOUCLE_lyrartindex(ARTICLES){id_rubrique}{par soustitre,descriptif}>
<table width="563" border="0" cellspacing="0" cellpadding="0"
class="lyrics_artist" height="16" bgcolor="e6e6e6">
<tr>
<td width="3"> </td>
<td width="273"><a href=#URL_ARTICLE>#TITRE</a></td>
<td width="196">#SOUSTITRE</td>
<td width="91">#DESCRIPTIF</td>
</tr>
</table>
</BOUCLE_lyrartindex>
Et quand j'affiche la source dans mon browser, ca donne ca:
<table width="563" border="0" cellspacing="0" cellpadding="0"
class="lyrics_artist" height="16" bgcolor="e6e6e6">
<tr>
<td width="3"> </td>
<td width="273"><a href=article.php3?id_article=288>La
guerre</a></td>
<td width="196">Hier, Aujourd'hui, Demain</td>
<td width="91">03</td>
</tr>
</table>
<table width="563" border="0" cellspacing="0" cellpadding="0"
class="lyrics_artist" height="16" bgcolor="e6e6e6">
<tr>
<td width="3"> </td>
<td width="273"><a href=article.php3?id_article=287>La
boomba</a></td>
<td width="196">Hier, Aujourd'hui, Demain</td>
<td width="91">04</td>
</tr>
</table>
Voilà, je vois vraiment pas ou est l'erreur, j'espere que vous y verez
quelque chose. Merci d'avance.
A+
r