<cfoutput query="getGames">
<li>
<a href="#link_url#" style="background: #E97B2A; display: block; height: 320px; width: 500px;">#name#</a>
</li>
</cfoutput>
the background color # is breaking it, how can I display the # without closing the cfoutput tag (or using css rgb() )?