I've cfquery loop, then I've displayed the one query column value(Text) into anchor tag.
For Example
<cfloop query="testQuery">
<a href="##">#testQuery.Title#</a>
</cfloop>
Assume that testQuery.Title variable is return "Defines an explanation/pronunciation of characters (for East Asian typography)" But I need to break the sentence for Example
"Defines an explanation/pronunciation of
characters (for East Asian typography)"