ciao ho provato ma... nulla

gurda quà

www.e46mania.tk

lo sfondo è sempre SCENTRATO

ti indico invece che su CSS non c'è nulla ma invece nel Theme php ho trovato questo

:

/************************************************** **********/
/* Function themeheader() */
/************************************************** **********/
function themeheader() {
global $user, $name, $banners, $sitename, $slogan, $cookie, $prefix, $dbi;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonimo";
}
echo "<body background=\"themes/Reality/images/background.jpg\" bgproperties=\"fixed\" topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
if ($banners == 1) {
include("banners.php");
}
$topics_list = "<select name=\"topic\" onChange='submit()'>\n";
$topics_list .= "<option value=\"\">All Topics</option>\n";
$toplist = sql_query("select topicid, topictext from $prefix"._topics." order by topictext", $dbi);
while(list($topicid, $topics) = sql_fetch_row($toplist, $dbi)) {
if ($topicid==$topic) { $sel = "selected "; }
$topics_list .= "<option $sel value=\"$topicid\">$topics</option>\n";
$sel = "";
}
if ($username == "Anonimo") {
$theuser = "<a href=\"user.php\">Registrati, cosa aspetti!";
} else {
$theuser = "Ciao $username!";
}
$tmpl_file = "themes/Reality/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
if ($name=='Forums') {}
else {
blocks(left);
}
$tmpl_file = "themes/Reality/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}

/************************************************** **********/
/* Function themefooter() */
/************************************************** **********/


sembra che qui parli dell'immagine dello sfondo ...