<table>
<?php
$query = mysql_query("select * from Sergi Where Kapak='1' ORDER BY Tarih DESC");
// Döngü
while($sonuc=mysql_fetch_array($query)) {
if($sonuc%4==0){
echo "</tr><tr>";
}
?>
<tr>
<td><a href="sergi.php?id=<?php echo $sonuc['Sergi_ID']; ?>"><img src="<?php echo $sonuc['Yol']; ?>" width="133" height="100" /></a><br>
<strong><?php echo $sonuc['Sergi_Adi']; ?></strong><br>Tarih <?php echo $sonuc['Tarih']; ?><br>Konu <?php echo $sonuc['Konu']; ?>
<?php $sonuc++;}?> </td>
</tr>
</table>şeklinde düzenledim ama yine alt alta sonuç veriyor bu :S