Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [JoseML] Problem with "search_highlighting"

Quote Reply
Re: [JoseML] Problem with "search_highlighting" In reply to
for anyone with the same problem...

I had the same issue as you, could not get the highlight of search words to go bold.

Found the problem to be that i had not transfered the part in links3 CSS file which makes it go bold. Thats now all done by css. So if you want the highlight to work, make sure to add those styles to your own css file if you use a different from the default.

This is the css used for highlight:

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
font-weight: bold;
}
.searchhl-1 {
background: #ffff80;
}
.searchhl-2 {
background: #aaaaff;
}
.searchhl-3 {
background: #aaffaa;
}
.searchhl-4 {
background: #ffaaaa;
}
.searchhl-5 {
background: #aaffff;
}
Subject Author Views Date
Thread Problem with "search_highlighting" JoseML 2557 Sep 10, 2005, 10:57 AM
Thread Re: [JoseML] Problem with "search_highlighting"
brewt 2498 Sep 10, 2005, 2:07 PM
Thread Re: [brewt] Problem with "search_highlighting"
JoseML 2459 Sep 14, 2005, 5:03 PM
Post Re: [JoseML] Problem with "search_highlighting"
brewt 2460 Sep 14, 2005, 5:43 PM
Thread Re: [JoseML] Problem with "search_highlighting"
demon 2396 Feb 21, 2006, 8:12 AM
Post Re: [demon] Problem with "search_highlighting"
JoseML 2358 Feb 24, 2006, 5:20 AM