<table width="490" border="0">
<?php do { ?>
<tr>
<td width="230" height="49"><div align="center"><?php echo $row_Recordset1['typeofproduct']; ?></div></td>
<td width="183"><a href="catalog.php?typeid=<?php echo $row_Recordset1['typeID']; ?>&id1=<?php echo rawurlencode($row_Recordset1['typeofproduct']); ?>"><img src="<?php echo $row_Recordset1['imageURL']; ?>" width="100" height="60" border="1"></a></td>
</tr>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
</table>
this is a much shorted table,could you show me how to do it on this table please, maybe easier to do it on this. thanks