UBB.Dev
Posted By: Zarzal Nasty white background on search result page - 12/16/2003 2:10 AM
if you view a search result the background of the navigation bar have a white background. This is on all styles and every UBB I have visited. It seems there is missing a div somewhere in the searchresult template.
You cann follow my description ? If not, I can post a screenshoot.
There is no nasty mess on my 6.4 search
Please post a screenshot
That is controlled by the cleartable class

<tr>
<td colspan="4" align="right" class="cleartable">


The code is in the dosearch.tmpl However this template has not changed really from 6.3 to 6.4 It used the same class in that version.

.cleartable {
background: #FFFFFF;
color: #000000;
}


This is why you see the white background. The problem is that you may see what you think is nasty on some boards is because they use darker stylesheets and probally do not update their cleartable to the color of the page body. Thus it looks out of place.
Posted By: Zarzal Re: Nasty white background on search result page - 12/16/2003 10:13 AM
ah, thats the trick Thanks for pointing me too. I change my cleartable backgroundcolor now to darktable background and this looks much smarter then before.

No day without learnig some more.
© UBB.Developers