<table width="903" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><?php $sql=mysql_query("select * from xxx");
while ($row=mysql_fetch_array($sql)){ ?>
<div style="float:left;">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><?php echo $rows['resim']; ?> <div align="center"></div></th>
</tr>
</table>
</div> <?php } ?></th>
</tr>
</table>