W3C CSS Validator Results for file:
Line : 13 (Level : 1) You have no background-color with your color : td
Line : 14 (Level : 1) You have no background-color with your color : table
Line : 15 (Level : 1) You have no color with your background-color : .tdbeige
Line : 16 (Level : 1) You have no color with your background-color : .bianco
...................... eccetera eccetera.
Cosa significa questo messaggio del validatore di codice css?
Qui sotto è scritto il codice che ho nel foglio di stile esterno:
body
{
background-color: #ccccff;
background-image: url('bg/sfondo_azzuzzo_screziato.gif');
background-attachment: fixed;
color:#000000;
margin:0;
padding:0;
font-size:13px;
font-family: verdana, tahoma, "century gothic", geneva, georgia, serif;
}
td {color: #000000; font-size: 13px; font-family: verdana, tahoma, "century gothic", geneva, georgia, serif}
table {color: #000000; font-size: 13px; font-family: verdana, tahoma, "century gothic", geneva, georgia, serif}
.tdbeige {background-color: #fff3ce; padding: 14px; background-image: url('bg/sfondo_beige.gif') ;}
.bianco {background-color: #ffffff; padding: 28px; background-image: url('bg/bg_bianco.gif') ;}
...................... eccetera eccetera.
Grazie per la risposta.
Purno -- Siena