Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with using CFOUTPUT within CFOUTPUT, or grouping, etc.! 2

Status
Not open for further replies.

rmz8

Programmer
Aug 24, 2000
210
US
I have the following code:

<CFOUTPUT QUERY=&quot;Design&quot;><body bgcolor=&quot;#Body_Attribute1#&quot; link=&quot;#Body_Attribute2#&quot; alink=&quot;#Body_Attribute3# vlink=&quot;#Body_Attribute4#&quot;>
<font face=&quot;#Font#&quot;>#Header#
#SearchResults_Body#
#Footer#
</font></body></CFOUTPUT>

The Field 'SearchResults_Body' contains the following code:

<CFOUTPUT QUERY=&quot;SearchResults&quot;><p><font size=&quot;2&quot;>• <a href=&quot;display_article.cfm?ID=#ID#&Client_Name=myjobcoach&quot;>#Headline#</a></font></p></CFOUTPUT><br><br>

When I run the page, it simply displays the code above as if I left out the CFOUTPUT tags. How can I make it so that it will work?
 
So how can I implement what you are saying, with the statements that tell the template what to load.

Remember, there may be a lot of different clients so dynamic page altering must be done easily. [sig]<p>Ryan ;-]<br>[/sig]
 
So how can I implement what you are saying, with the statements that tell the template what to load.

Remember, there may be a lot of different clients so dynamic page altering must be done easily. [sig]<p>Ryan ;-]<br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top