Here's my final code that worked in case it may help someone else in the 
future. Is nothing fancy, but here it is anyway! 

Thanks Charlie and Ade,
Will

 <cfset ctr=0>
          <table width="90%" align="left" cellpadding="6">
        <tr>            
                 <cfoutput query="getprodsbycategory" group="prodmodelcode"> 
                  <cfset ctr=ctr + 1>
            <td height="90" bgcolor="##000000"> 
                          <div align="center"><a 
href="itemdetail.cfm?MODEL=#getprodsbycategory.prodmodelcode#"><img 
src="productimages/#getprodsbycategory.imagename#" alt="Click for details" 
width="160" height="160" border="0" /></a>
                          <br /> 
                  <a 
href="itemdetail.cfm?MODEL=#getprodsbycategory.prodmodelcode#">#getprodsbycategory.prodmodeltitle#</a>
                                          <br />
                                      <span style="font-family: Verdana, Arial, 
Helvetica, sans-serif; font-size: 10px; 
color:##F7F7F7">$<strong>#getprodsbycategory.prodsellprice#</strong></span>
                            </div>
                        </td>
  <cfif ctr MOD 3 EQ 0>
     </tr><tr>
</cfif>
      </cfoutput>
             </table>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197233
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to