Quote:
Originally Posted by dachkraxler
|
It's caused by one of your plugins or template modifications.
This is in the source of the forum homepage:
HTML Code:
<!--BEGINN Bebra Time-->
<html>
<head>
<title>Bebra Countdown mit JavaScript</title>
<meta name="robots" content="noindex,nofollow">
<style type="text/css">body{background-color:#FFFFFF};input {background-color:#FFFFFF;border-width:1};p{font-size:55%}</style>
<script language="JavaScript">
var jahr=2015, monat=9, tag=04, stunde=12, minute=00, sekunde=00; // Ziel-Datum in MEZ
As you can see, it sets the body background color to white.