tabs
11-09-2005, 01:22 AM
Hello, I tried validating my CSS and this came up. Can anybody help? Thanks.
Line : 13 (Level : 1) You have no color with your background-color : .td
.main {
font-size : 8pt;
font-family : Tahoma, Verdana, Serif;
text-decoration : none;
text-align : justify;
}
.td {
font-size : 8pt;
font-family : Tahoma, Verdana, Serif;
text-decoration : none;
text-align : center;
background-color : #333333;
}
a:link {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:visited {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:active {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:hover {
text-decoration : none;
font-weight : bold;
color : #ffffff;
background : #333333;
}
Line : 13 (Level : 1) You have no color with your background-color : .td
.main {
font-size : 8pt;
font-family : Tahoma, Verdana, Serif;
text-decoration : none;
text-align : justify;
}
.td {
font-size : 8pt;
font-family : Tahoma, Verdana, Serif;
text-decoration : none;
text-align : center;
background-color : #333333;
}
a:link {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:visited {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:active {
text-decoration : none;
font-weight : bold;
color : #ff9900;
background : #333333;
}
a:hover {
text-decoration : none;
font-weight : bold;
color : #ffffff;
background : #333333;
}