Ho dato un occhiata al sito, lo sfondo io lo vedo ma guardando il codice della pagina vedo che c'è un po' di confusione tra codici CSS e altro...questo pezzo qui:
Codice PHP:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="AlterVista - Editor HTML">
<TITLE>Lacrymosa</TITLE>
</HEAD>
<BODY>
<style>
Body
{ scrollbar-arrow-color: 777777;
scrollbar-face-color: 8FC093;
scrollbar-highlight-color: 8FC093;
scrollbar-shadow-color: 777777;
scrollbar-3dlight-color: 517054;
scrollbar-darkshadow-color: 9CD8A1;
scrollbar-track-color: 6C9670;
font-family: verdana, geneva, arial, times;
font-size: 7pt;
color: #C9FF93;
cursor: default;
background-repeat: repeat-y;
background-color: #70AD93;
text-align: justify;
background-attachment: scrollfont: 8px verdana;
line-height: 11px;}
a:link{color:405B3B; letter-spacing: 1; text-decoration: none;}
a:visited {color:405B3B; letter-spacing: 1; text-decoration: none;}
a:active{color:777777; letter-spacing: 1; text-decoration: none;}
a:hover {color:000000; font weight:bold; letter-spacing: none; border-bottom: none; border-color:#000000;}
.tit
{ cursor: crosshiar;
font-family: times;
font-size: 11pt;
color: #000000;
text-align: right;
font-weight: bold;
width: 100%;
filter:sharp;
line-height: 16px;
text-transform: normalcase;
border: dotted;
border-color: #000000;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
background none;
}
</style>
Fallo diventare cosi:
Codice PHP:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="AlterVista - Editor HTML">
<TITLE>Lacrymosa</TITLE>
<style>
body{
scrollbar-arrow-color: 777777;
scrollbar-face-color: 8FC093;
scrollbar-highlight-color: 8FC093;
scrollbar-shadow-color: 777777;
scrollbar-3dlight-color: 517054;
scrollbar-darkshadow-color: 9CD8A1;
scrollbar-track-color: 6C9670;
font-family: verdana, geneva, arial, times;
font-size: 7pt;
color: #C9FF93;
cursor: default;
background-repeat: repeat-y;
background-color: #70AD93;
text-align: justify;
background-attachment: scrollfont: 8px verdana;
line-height: 11px;
/* Codice Sfondo */
background-image:url("http://img168.imageshack.us/img168/2/patternfondolayoutru1.jpg");
background-repeat:repeat;
}
a:link{color:405B3B; letter-spacing: 1; text-decoration: none;}
a:visited {color:405B3B; letter-spacing: 1; text-decoration: none;}
a:active{color:777777; letter-spacing: 1; text-decoration: none;}
a:hover {color:000000; font weight:bold; letter-spacing: none; border-bottom: none; border-color:#000000;}
.tit
{ cursor: crosshiar;
font-family: times;
font-size: 11pt;
color: #000000;
text-align: right;
font-weight: bold;
width: 100%;
filter:sharp;
line-height: 16px;
text-transform: normalcase;
border: dotted;
border-color: #000000;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
background none;
}
</style>
</HEAD>
<BODY>