<CFOUTPUT QUERY="news">
<B><font size="1" face="Verdana"><span style="text-transform: uppercase">#DateFormat(WhatDate, 'dd.MMMM.yyyy')#</span><BR></B>
<B><p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><font size="1" face="Verdana" color="red">#WhatName#</font></p></B>
<B><p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><font size="1" face="Verdana" color="red">#WhatPost#</font></p></b>
<p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><font size="1" face="Verdana">#WhatDesc#</font></p>
<p align="right"> </p>
<div align="center"><a href="viewall.cfm">View All</a></div>
</CFOUTPUT>
This is a part of a news script and this is part of the page that displays the news, (based on the tutorial from cfm-resources) and I am messing around with the font, spacing, etc.
First off I know that this is a lot of junk code that isn’t necessary. But my problem is, when I try to add a custom color into the font tags (color=“#800000” is the exact color I need) it comes up with an error from what I believe is the # before the color code because CF uses that for variables. Any ideas?