Use jquery to remove specific text from an element
<!--- Hide TomeckP from the daily staffing sheet for 81600 ---> <cfif variables.unitId eq "81600"> <script> $( "" ).replaceAll( "font:contains('TomeckP ')" ); </script> </cfif>