Some fixes, please:
1) Font color on message titles same as background
I think I posted a potential solution to this some time ago lareday, maybe I can ask the form admin to looka this again? A change should only take very few minutes:
http://www.JavaGaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1037067097I repeat what I wrote:
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>
-----------
In another topic: can it be that preview no longer works? When I press "Preview" after editing a message is posted immedatly.