hi everybody

I have this code and it works fine except that  i want the results of year to 
display horizontally couldn't figure out how to....it grouped on the title


<CFOUTPUT query="GetAll" group="title">
#GetAll.title#
<cfoutput>                      
<ul>
<li>
 #year#
</li>
</ul>
</cfoutput>
</cfoutput>

with this the results would be 

title1
2001
2002
2003
etc.

I want the result to be

title
2001 2002 2003 etc and on the 8th year it would break

thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317061
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to