<table width="390">
<tr>
<?php
$sonuc = mysql_query("Select * From video Order By tarih DESC");
while($satir = mysql_fetch_array($sonuc)){
$link = trsil($satir[adi]) ;
$adi = $satir['adi'];
$resim = $satir['resim'];
?>
<td height="140" width="130" valign="bottom" background="<?php echo $resim; ?>"><img src="img/resim1.png" />
<table width="130" height="20" background="img/resim2.png">
<tr>
<td width="130" height="20" align="center" class="isim"> 
<?php echo $adi; ?></td>
</tr>
</table>
</td>
<?php
	$listele++;
	if($listele ==3){
	echo "</tr><tr>";
	$listele=0;
	}
}
?>
</table>