> Using Bobby's simple code, I got it to work (yes, fix the problem; don't
> cover it up).

Of course, if you're using CSS for your layouts, this is even easier and 
no fancy code wrangling needed:

<div id="container">
  <cfoutput query="myQUERY">
    <div class="queryCELL">#myQUERY.myOUTPUT#</div>
  </cfoutput>
</div>


In the most simple form:
Set your "container" div at the desired overall width.
Set your "queryCELL" div at the division you want and float it left.

So, if the "container" is 600px, you get two columns if "queryCELL" is 
300px, three columns at 200px ... and so on.

Don't forget your IE float bug, padding and such into consideration, but 
hey, it's neat code and it works.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278513
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to