I am building a rather simple only-I-am-going-yo-use-it CMS until I can get
FCKeditor properly integrated into this new site. So my Default.cfm page has
this line:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
  <td>
          <!--- Main body of page goes here --->
        <cfoutput>
         #getPagesRet.Body#
      </cfoutput>
</td>
</tr>
</table>

In the database table is a field called Body that has the actual HTML that
displays the page contents. So if I have in that code a cfoutput query,
rather than show the query that looks like this:
<cfoutput query="qGetAnnoucements">
   #Annoucement# <BR />
</cfoutput>

All I see on the page is #Annoucement#.

So how do I make it so that I can see the query results? Does this make
sense?

Thanks,

-- 
Bruce


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285540
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