Question
Highlight keyword in search results.
Greetings
I did this before and can't seem to replicate the code- but,
1) pass the form variable "form.keyword" to the results page
2) check that it exists (<cfif isDefined ....>)
3) the page header has: <style type="text/css">.highlight{background-color:yellow;}
</style>
4) highlight the keyword in the results page- that's it- nothing fancy- e.g. it's ok if searching for "cement" returns the word "replacement".
Thanks in advance!
I did this before and can't seem to replicate the code- but,
1) pass the form variable "form.keyword" to the results page
2) check that it exists (<cfif isDefined ....>)
3) the page header has: <style type="text/css">.highlight{background-color:yellow;}
</style>
4) highlight the keyword in the results page- that's it- nothing fancy- e.g. it's ok if searching for "cement" returns the word "replacement".
Thanks in advance!
