Whatever message this page gives is out now! Go check it out!
<cfset mystring = "We all said ""Happy birthday to you.""">
<cfset mystring2 = 'Then we said "How old are you now?"'>
<cfoutput>
#mystring#<br>
#mystring2#<br>
Here is a number sign: ##
</cfoutput>We all said "Happy birthday to you."
Then we said "How old are you now?"
Here is a number sign: #