Still not certain I understand, but if you want columns of text you can try 
something like this:

<cfoutput query="get_members_advanced" group="contact_type_id">
        <div class="col c6">
                <h2>#contact_type# </h2>
                <cfoutput>
                        #contact_surname# <br />
                </cfoutput>
        </div>
</cfoutput>
<br class="break"/>

With these styles:
<style type="text/css">

        .col
        { float:left ; clear:none }

        .c6
        { width:16.6% }

        .break
        { float:none ; clear:both }

</style> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324695
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