AndyJarrett

Prevent Debug from showing on print outs

I made the mistake of printing one web page this morning without removing the debug information. What followed was 6 pages of, oh so lovely degug information. Anyway after a quick play i added the following bit of CSS to WEB-INF\\debug\\classic.cfm, to remove the debug information from printing

<style type="text/css" media="print">
\n   plaintext{display:none}
\n</style>

Enjoy, any improvments or alterations please let me know :o)