If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Yes, the highlighting is entirely specified by the CSS in your "search_template.html" file (or "search.html" in JavaScript).
By default, it is this:
.highlight { background: #FFFF40; }
You can change this to any HTML colour that you like, or you can make it not change the background color, and bold the text with a different colour, etc.
Comment