My previous example had a little more html than needed. The result of cutting/hacking 
out of an existing template.  This simpler stuff should do the same job:

<table border="0" cellpadding="0" cellspacing="2">
<cfoutput query="GotEm">
<cfset variables.Temp=(Settings.ShimWidth*2)*GotEm.MakeTreeSortLevel>
<tr>
        <td>
        <img src="shim.gif" width="#variables.Temp#" height="1" alt="" border="0">
        </td>
        <td>
        #GotEm.Title#
        </td>
</tr>
</cfoutput>
</table>


---------------------------------------
Matt Robertson, MSB Designs, Inc.
http://mysecretbase.com - Retail
http://foohbar.org - ColdFusion Tools
---------------------------------------


---------- Original Message ----------------------------------
from: Eric Creese <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Wed, 06 Nov 2002 12:00:07 -0400

>I can get the out put but I do not understand how to use the output to build a tree 
>structure.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to