Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. how to add a # in cfoutput?
  2. <cfoutput>
  3.                 <table style="display:none;" width="100%" border="1" cellpadding="2" cellspacing="0">
  4.                     <tr>
  5.                         <td width="43%" bgcolor="#649DCA"><strong>Class</strong></td>
  6.                         <td width="20%" bgcolor="#649DCA"><strong>Site</strong></td>
  7.                         <td width="47%" bgcolor="#649DCA"><strong>Date/Time</strong></td>
  8.                     </tr>
  9.   </cfoutput>
  10.        
  11. <td width="43%" bgcolor="##649DCA"><strong>Class</strong></td>