UBB.Dev
Posted By: PeelBoy 5.4.3 give or take a few versions. - 09/05/2001 5:31 PM
Maybe this isn't a bug, but it's kind of annoying.

when you view a post in threaded mode the "Entire Thread" bar after the post says

"Subject, Posted By, Posted On'" etc..

If you look at the HTML code you notice that the CLASS for those tables is set to tdheader inside of the TR tag instead of being in each TD tag..

What this does is set the background color for Subject, Posted By etc properly, but not the font color... (tested on latest versions of IE and netscape/mozilla)

Is there any way you can set the class to tdheader in all of the td tags
instead of just that one tr tag?
Posted By: PeelBoy Re: 5.4.3 give or take a few versions. - 09/05/2001 5:33 PM
btw I already fixed it on my end so no need for instructions (for me anyway) just letting ya know in case you want to fix it in the main version so we don't have to fix it our self every time..

Am I the only person who uses threaded mode these days? smile seems like nobody else catches those bugs in threaded mode smile
Posted By: PeelBoy oh one other thing - 09/05/2001 11:07 PM
that would be nice to have is..

(in the style sheets)

.tdheader A:LINK {
color: ??????;
}
.tdheader A:VISITED {
color: ??????;
}
.tdheader A:ACTIVE {
color: ??????;
}

because if you have a dark background color for tdheader and dark links.. it really sucks when you are viewing a list of posts.
© UBB.Developers