Skip to main content
Known Participant
August 1, 2008
Question

output display

  • August 1, 2008
  • 1 reply
  • 289 views
Hi everyone,
I have a simple output query

<cfoutput query="myquery">
<tr><td>#name#</td></tr>
</cfoutput>

There are 60 lines in the output. I would like to display 30 on the left side, and 30 on the right side. with the above example, they all display in one column, which make the web page long, and no content on the right side of the screen. I kind of remember there was a function in CF that would do this, but I am not sure what it is. Can anyone help?

thank you,
    This topic has been closed for replies.

    1 reply

    Inspiring
    August 1, 2008
    Perhaps you are thinking of the MOD operator. Here is an example that generates two columns, displaying the values across then down.
    http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:51701#278491