<tr>
<td bgcolor="#F7F9FB"><div align="center">
<?
$reponse = mysql_query('SELECT * FROM `ibf_topics` Where Forum_id=49 AND Forum_id=50 ORDER BY start_date DESC LIMIT 0 , 5 ');
while ($donnees = mysql_fetch_array ($reponse))
{
$test = mysql_query('SELECT forum_id FROM `ibf_topics` ORDER BY start_date DESC LIMIT 0 , 5 ' );
if ($test==49)
{
echo '
<tr bgcolor="#00FF00" align=center>';
}
else{
echo'<tr bgcolor="#FF0000" align=center>';
}
Tu ne peux pas avoir un <tr> dans un <td> sans <table>..
l
ow
ke
y
WWJD for havin' a nice code ?