Thanks for the quick response...
Could you reveal exactly how this would look on the display
page?
the page is now:
<html>.......
<style
type="text/css">.highlight{background-color:yellow;}
</style>
</head>
<body>
<cfquery name="findcode" datasource="vendors">
SELECT *
FROM all_cccode_lookup
WHERE cccode_desc LIKE '%#form.keyword#%'
</cfquery>
<font face="Verdana, Arial, Helvetica, sans-serif"
size="+1" color="navy">
<p>Your search returned
<cfoutput>#findcode.RecordCount#</cfoutput>
code(s).</p>
<p>Results of your Search:</font></p>
<font face="sans-serif" size="1">
<cfoutput query="findcode">#cccode_num# -
#cccode_desc#<br></cfoutput>
Thanks so much for your time....