Pop-Out
<cfoutput query="pipeSelect">
<p style="font-family: Verdana;"><a href="#pipeSelect.link#">#pipeSelect.title#</a>
on #dateFormat(pipeSelect.date,"short")# #timeFormat(pipeSelect.date,"short")#<br />
#pipeSelect.description#</p>
</cfoutput>
Cut-N-Paste
<cfoutput query="pipeSelect"> <p style="font-family: Verdana;"><a href="#pipeSelect.link#">#pipeSelect.title#</a> on #dateFormat(pipeSelect.date,"short")# #timeFormat(pipeSelect.date,"short")#<br /> #pipeSelect.description#</p> </cfoutput>