Is this what you want to do? 

<table>
<cfoutput query="qrySchools">
        <tr>
                <td>#schoolName#</td>
                <td>#region#</td>
                <td><a href="#schoolURL#">Web Site</a></td>
        </tr>
</cfoutput>
</table>


Hope that helps,
Curt


----------------
Curtis C. Layton
Senior Web Applications Developer - AboutWeb, LLC - http://www.aboutweb.com
Blog: http://www.curtislayton.com
Adobe Certified Advanced ColdFusion MX Developer





-----Original Message-----
From: M Lanza [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 06, 2007 12:46 PM
To: CF-Newbie
Subject: Basic LINK question

I have a table that contains hundreds of URLs to schools.  I currently have
the the schools and regions dispalyed on the page in a table using a query.
BUT what I really need is for the URLS to appear as links.  How do I do this
dyanamically??? 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3039
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to