Ohh - use htmlEditFormat. It converts > and <. My txt code of #htmlEditFormat(my_txt_code)#.
On Tue, Nov 20, 2012 at 12:14 PM, M. Norris <[email protected]>wrote: > > >Did you mean Dreamweaver CS4? > >Can you show us the relevant CF code? > > > > > >On Tue, Nov 20, 2012 at 8:51 AM, M. Norris <[email protected] > >wrote: > > > >> > Yes. > > Query sql returns my_txt_desc as a column. For example my_txt_desc can > have values such as: > 1) my text (>$100) > 2) my other text > 3) my text (<$100) > output line while looping thru the qry records is something like: > <p style="text-align:left; font-size:24px">My txt code of<strong> > #MY_TXT_CODE# </strong>has text description of <strong>#MY_TXT_DESC#. > #SOME_MORE_1# #SOME_MORE_2#</strong></p> > Output results are: > 1) My txt code of 1 has text description of my text (>$100). > 2) My txt code of 2 has text description of my other text. > 3) My txt code of 1 has text description of my text ( > Note output of my text for test #3) is getting truncated at the point of > the less than sign. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5990 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
