Merhaba, Birde bunu denermisiniz?
Tabloları döndürürken kayma filan olabilir belki.Onu sonradan duzenleyebiliriz.En azından son 3 veriyi bu sekilde cekebileceginize inanıyorum.Denedikten sonra bilgi verirseniz duruma gore hataları duzenleriz.




<meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-9">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td width="25%" style="border-right:1px solid #c4c4c4;">
<div class="space_10px"></div>
<?
require("ayar.php");
$baglan = mysql_query("select * from oykuler where icerik and anasaya='Y' order by id desc limit 0,3");
while ($data = mysql_fecth_array($baglan)) {?>

<table width="234px" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="table_spacing_10"></td>
<td valign="middle">
<table cellpadding="0" cellspacing="0" border="0">
<tr><td style="border:1px solid #e0e0e0;background-color:white;padding:2px;"><a href="oyku_devami.php?<?echo"id=$data[id]"?>" title="<?echo stripslashes($data[baslik])?>">
<img src="images.php?id=<?=$data[image1]?>" width="100" height="75" alt="<?echo stripslashes($data[baslik])?>" /></a></td></tr>
</table>
</td>
<td align="right">
<font class="angebot_info"><a href="oyku_devami.php?<?echo"id=$data[id]"?>" title="<?echo stripslashes($data[baslik])?>"><?echo stripslashes($data[baslik])?></a></font>
<br /><br />
<font class="angebot_info"><a href="oyku_devami.php?<?echo"id=$data[id]"?>" title="<?echo stripslashes($data[baslik])?>"> <?echo stripslashes($data[yazar])?></a></font><br/>
<font class="angebot_info"><a href="oyku_devami.php?<?echo"id=$data[id]"?>" title="<?echo stripslashes($data[baslik])?>"><?echo stripslashes($data[yayin])?></a></font><br/>
<font class="angebot_preis"><a href="oyku_devami.php?<?echo"id=$data[id]"?>" title="<?echo stripslashes($data[baslik])?>"><?echo stripslashes($data[ytarihi])?></a></font>
</td>
<td class="table_spacing_10">&nbsp;</td>
</tr>
</table>
<? } ?>