the element <li> display property is defaulted to block, try setting
up some css, change the inline property of the <li> element to
"inline".
I'm no css guru but that might get your started

On Mon, Dec 22, 2008 at 11:57 AM, alex poyaoan <[email protected]> wrote:
> 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:317064
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