Hi:As you all know Notes and Domino highlights searched words in green color. If you see the page source in the web we see the URL appended with “Highlight=”. I am trying to see if we can change the color of the searched words from green to may be red. Is it possibe at all?
if you view the source of the HTML page returned you may be able to get an idea of what is making the color green… is it FONT tag or EM or something else.
You can then use jQuery or some other javascript to change the color after the page loads. By manipulating the styles of those DOM elements.