I have text in a database record with a variable containing a dynamic value that gets evaluated at display time.
Here is the value of "NewsText" coming from the "News" query listed below: ...blah, blah, blah some text <a href="#textHere#">some more</a> text... The record is displayed within the following: <cfoutput query="News"> #NewsTitle# #NewsText# </cfoutput> #NewsText# (which is evaluating fine) contains the string <a href="#textHere#"> of which #textHere# will not evaluate for some reason. It seems that ColdFusion will not reach inside the #NewsText# value to evaluate #textHere#. Anyone with ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm