Hi,
I have a query that returns one or more results to a page depending on it's ID.
There can be any number of results returned from this query to each maincat_id page, but each result set has to go into it's own existing table cell within nested tables
as below.
can anyone advise me the best way to do this?
Thank you
<table width="170" height="120" cellpadding="0" cellspacing="0" class="maintableBorder">
<!--DWLayoutTable-->
<tr>
<td height="30" colspan="2" valign="top">
<table width="169" height="30" border="0" class="boxToptable">
<tr>
<th width="169" height="30" class="boxHeadertextHome" scope="col">
</th>
</tr>
</table></td>
</tr>
<tr>
<td width="92" height="60" valign="top"><table width="92" height="58" border="0" cellpadding="0" cellspacing="0" class="boxMiddleLeft">
<!--DWLayoutTable-->
<tr>
<td width="91" height="46" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="91" height="14" valign="top" class="boxText333333"><p align="center" class="moreInfo">more info </p></td>
</tr>
</table></td>
<td width="73" height="60" valign="top"><table width="73" height="60" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="73" height="60"><div align="center"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" colspan="2" valign="top"><table width="169" height="30" border="0" bordercolor="#CCCCCC" class="boxbottomTable">
<tr>
<td width="169" height="30" bgcolor="#e5e5e5">
<div align="center"> </div></td>
</tr>
</table></td>
</tr>
</table></td>