Hello here,
I have a problem with my style sheet and after trying during 2 days I’m now begging one of you to help me.
Thanks a lot.
Below are List of error (always the same) and after my .CSS file:
W3C CSS Validator Results for
http://www.asia-handicrafts.com
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Errors
URI :
http://www.asia-handicrafts.com/style1.css
Line: 75 Context : .tableliensgauche-general
Invalid number : font Parse Error - family:Verdana, Arial, Helvetica, sans-serif
Line: 113 Context : .tableproduits-details
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 137 Context : .tablenews-details
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 149 Context : .td-texte
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 156 Context : .titre1
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 163 Context : .titre2
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 170 Context : .titre3
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 177 Context : .titre4
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Line: 196 Context : .copyright
Invalid number : font Parse Error - family:Georgia, "Times New Roman", Times, serif
Warnings
URI :
http://www.asia-handicrafts.com
Line : 109 font-family: You are encouraged to offer a generic family as a last alternative
Here is my style sheet:
body {
background-color: #FF9900;
border:none;
margin:0px;
}
.tablehaut {
border:none;
width: 100%;
}
.td-tablehaut-gauche {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 14px;
border:none;
margin:0px;
text-align:center;
vertical-align:middle;
background-image: url("asset/pics/H90G.jpg");
background-repeat:repeat-x;
width: 272px;
}
.td-tablehaut-centre {
border:none;
margin:0px;
text-align:center;
vertical-align:middle;
background-image: url("asset/pics/H90C.jpg");
background-repeat:repeat-x;
}
.td-tablehaut-droite {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 14px;
border:none;
margin:0px;
text-align:center;
vertical-align:middle;
background-image: url("asset/pics/H90D.jpg");
background-repeat:repeat-x;
width: 272px;
}
.tableliens-general {
border:none;
margin:0px;
width: 100%;
background-color:#FF6600;
vertical-align:text-top;
}
.td-liens-general {
border:none;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.tableliensgauche-general {
border:none;
margin:0px;
width: 100%;
background-color:#999900;
font family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #ffffff;
text-align:center;
}
.tableliensgauche-details {
border:none;
margin:0px;
width: 100%;
background-color:#FFCC00;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #000000;
}
.tableproduits-general {
border:none;
margin:0px;
width: 100%;
background-color:#999900;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #ffffff;
text-align:center;
}
.tableproduits-details {
border:none;
margin:0px;
padding:20px;
width: 100%;
background-color:#FFFF33;
font family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
}
.tablenews-general {
border:none;
margin:0px;
width: 100%;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #ffffff;
text-align:center;
}
.tablenews-details {
border:none;
margin:0px;
width: 100%;
background-color:#FFCC00;
font family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #000000;
}
.td-texte {
border:none;
margin:0px;
text-align:center;
font family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
background-color: #FF9900;
}
.titre1 {
font family:Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight: bold;
}
.titre2 {
font family:Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-weight: bold;
}
.titre3 {
font family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
font-weight: bold;
}
.titre4 {
font family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
}
/* LIENS BAS */
.liens-bas {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.copyright {
text-align:center;
font family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
}
A:link {text-decoration: underline; color: #0033FF;}
A:visited {text-decoration: underline; color: #993300;}
A:hover {text-decoration: underline; color: #CC0000;}
A:active {text-decoration: blink; color: #9900CC;}
A.external:visited {text-decoration: none; color: #993300;}