but i always get them vertical???
link to see
http://silvergym.ca/supps2.php
code
- Code: Select all
<body>
<table width="525" height="314" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><?php while ($info=mysql_fetch_array($QQQ1)) {?>
<?php echo '<a href="/admin/photo/'. $info['bin_data'] .'" target="_blank">
<img src="/admin/photo/thumbs/'. $info['bin_data'] .'" border="0" alt="" style="display:inline" />
</a>
<br />'; ?>
<? }?></td>
</tr>
</table>
</body>


