It would also be nice if:
1. The name of the thread was not white text on a white background in the 10 Most Recent Messages
Well, I just found out that there is no problem with Mozilla 1.1 which displays the name correctly, but it seems like M$-IE will still display white on white.
The problem is probably here. First a text class is defined with font color white:
.text1 { font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; }
Then later that class is used to display the topic line in 10 most recent, and the color is changed in that line. But it seems like IE uses the original definition and Mozilla uses the new color value. Is there any need to define color #FFFFFF in the .text1 class at all? I think it could be simply removed. Or is white text anywhere used in the forum?
<font class="text1" color="#336699" size=2><b> JavaGaming.Org / Suggestions / <a href="
http://www.JavaGaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1037067097;start=4"><font class="text1" color="#336699" size=2><u>Re: Last 10 Messages Malfunction</u></font></a></b></font></td>