for($i = 0; $i < $numeroDeLigne; $i++) {
if($i % 2) { // Ligne paire ?
echo "<tr class=\"couleur1\">\n";
} else { // sinon
echo "<tr class=\"couleur2\">\n";
}
<?php do { ?>
</div>
<tr height="15">
<td width="100"><div align="left"><a href="actualites.php" target="_self">le <?php echo $row_news['date']; ?></a></div></td>
<td width="300"><div align="left"><a href="actualites.php" target="_self"><?php echo $row_news['titre']; ?></a></div></td>
</tr>
<div align="left">
<?php } while ($row_news = mysql_fetch_assoc($news)); ?>
<?php do { ?>
</div>
<tr height="15" <? {
if ($class=='classe1') $class='class2';
else $class='class1';
echo "class='$class'"
} ?> >
<td width="100"><div align="left"><a href="actualites.php" target="_self">le <?php echo $row_news['date']; ?></a></div></td>
<td width="300"><div align="left"><a href="actualites.php" target="_self"><?php echo $row_news['titre']; ?></a></div></td>
</tr>
<div align="left">
<?php } while ($row_news = mysql_fetch_assoc($news)); ?>
while...
{
if ($class=='classe1') $class='class2';
else $class='class1';
echo "<li class='$class'>tanews</li>"
}
$i = 0;
while ($row_news = mysql_fetch_assoc($news))
{
if($i % 2)
{
// Ligne paire ?
$class = 'classe1';
} else
{
// sinon
$class = 'classe2';
}
?> <tr height="15" class="<?php print $class; ?>">
<td width="100"><div align="left"><a href="actualites.php" target="_self">le <?php echo $row_news['date']; ?></a></div></td>
<td width="300"><div align="left"><a href="actualites.php" target="_self"><?php echo $row_news['titre']; ?></a></div></td>
</tr>
<?php
$i++;
}
cyrille17 a dit:merci pour vos aides
alladin , j'ai remplacé les defaukltcolor et evencolor par des codes hexadecimaux, ca ne marche pas.