Question
output display
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,
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,
