<?php do { ?>
<table width="50%" border="0">
<tr>
<td><a href=""><img src="imagethumb.php?s=<?php echo $row_books['Image']; ?>&w=100" border="0" alt= <?php echo $row_books['Title']; ?>></a></td>
</tr>
</table>
<?php } while ($row_books = mysql_fetch_assoc($books)); ?>
Displaye them in rows...I need colums of three
thanks in advance