Ok, Here is my table code:
-----------------------------------------------------
table border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="41" rowspan="2" valign="top">#pic#</td>
<td width="194" height="35" valign="top" class="octbltxtsm">#category#</td>
</tr>
<td height="38" valign="top">#Desc#</td>
------------------------------------------------------
If I run this code, that includes querying the database to pull all the data from the database the table will, repeat over and over until there is none left in the database to display in a vertacal line. What I want is for the table above to go horozonaly across the page 3 times drop and do 3 more ect untill all results are displayed.how could I do this? <cfif Currect Row EQ ? Do blank?>
Could you also tell me if you know of any good tutorial sites that give good info on dynamic table design so when I query my database I can make my results display the way I want them to, let, right crossway, sideways ect.. to get the display I look I want?
Thanks in advance
Damon
-----------------------------------------------------
table border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="41" rowspan="2" valign="top">#pic#</td>
<td width="194" height="35" valign="top" class="octbltxtsm">#category#</td>
</tr>
<td height="38" valign="top">#Desc#</td>
------------------------------------------------------
If I run this code, that includes querying the database to pull all the data from the database the table will, repeat over and over until there is none left in the database to display in a vertacal line. What I want is for the table above to go horozonaly across the page 3 times drop and do 3 more ect untill all results are displayed.how could I do this? <cfif Currect Row EQ ? Do blank?>
Could you also tell me if you know of any good tutorial sites that give good info on dynamic table design so when I query my database I can make my results display the way I want them to, let, right crossway, sideways ect.. to get the display I look I want?
Thanks in advance
Damon