W3C CSS Validator results for http://www.jthonline.com/Blogs/Blog.html (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.jthonline.com%2FBlogs%2FBlog.html&profile=css21&usermedium=all&warning=1
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Warnings (15)

URI : http://www.jthonline.com/JTHonline.css

41 Same colors for color and background-color in two contexts #navbar and h4
52 Same colors for color and background-color in two contexts .oneColElsCtrHdr #footer and td
52 Same colors for color and background-color in two contexts .oneColElsCtrHdr #footer and th
79 Same colors for color and background-color in two contexts .footer and .FormBackgroundColor
82 Same colors for color and background-color in two contexts .footer and .ImageTitleColor
85 Same colors for color and background-color in two contexts .footer and .LabelColor
88 Same colors for color and background-color in two contexts .footer and .ListColorEven
91 Same colors for color and background-color in two contexts .oneColElsCtrHdr #footer and .ListFooterColor
94 Same colors for color and background-color in two contexts .oneColElsCtrHdr #footer and .ListHeaderColor
100 Same colors for color and background-color in two contexts .footer and .ListTitleColor
103 Same colors for color and background-color in two contexts body and .NavigationBackgroundColor
106 Same colors for color and background-color in two contexts .footer and .NavigationColor
112 Same colors for color and background-color in two contexts #navbar and .StoryTitle
116 Same colors for color and background-color in two contexts #navbar and .StoryContentColor
119 Same colors for color and background-color in two contexts #navbar and .TitleColor

↑ Top

Valid CSS information

a:link {
color : #33ff33;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #f00;
}
a:visited {
color : #fc0;
text-decoration : none;
}
a:active {
text-decoration : none;
color : #36f;
}
a {
color : #3366cc;
text-decoration : none;
}
body {
background-color : #ddd;
font-family : Verdana, Geneva, sans-serif;
font-size : medium;
line-height : 110%;
color : #336699;
margin-top : 0.1em;
margin-right : 0.1em;
margin-bottom : 0.1em;
margin-left : 0.1em;
}
h2 {
color : #930;
}
h3 {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size : 1.15em;
background-color : #933;
color : #ff0;
}
h4 {
color : #000;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : small;
}
table {
color : #ffffff;
}
td, th {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
line-height : 2em;
color : #333333;
}
textarea {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
}
ul {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
list-style-type : square;
list-style-position : outside;
}
.BulletBackgroundColor {
color : #ffffff;
}
.DataColor {
color : #dedeca;
}
.footer {
font-family : Arial, Helvetica, sans-serif;
font-size : 1.167em;
font-weight : bold;
line-height : 1.83em;
color : #333333;
background-color : #cccccc;
}
.FormBackgroundColor {
color : #cccccc;
}
.ImageTitleColor {
color : #cccccc;
}
.LabelColor {
color : #cccccc;
}
.ListColorEven {
color : #cccccc;
}
.ListFooterColor {
color : #333333;
}
.ListHeaderColor {
color : #333333;
}
.ListColorOdd {
color : #dedeca;
}
.ListTitleColor {
color : #cccccc;
}
.NavigationBackgroundColor {
color : #666666;
}
.NavigationColor {
color : #cccccc;
}
.NewsDataColor {
color : #dedeca;
}
.StoryTitle {
color : #000000;
font-weight : bold;
}
.StoryContentColor {
color : #000000;
}
.TitleColor {
color : #000000;
}
a:hover {
text-decoration : underline;
}
tr.ListHeaderColor th {
text-align : left;
}
.small {
font-size : 85%;
}
#navbar {
font-family : Verdana, Geneva, sans-serif;
margin : 0;
padding : 2px;
color : #fff;
background-color : #000;
font-size : 90%;
width : 709px;
}
#navbar ul {
margin : 0;
padding : 0;
}
#navbar ul li {
margin-right : 40px;
margin-left : 40px;
list-style-type : none;
display : inline;
}
.image_left {
padding-right : 20px;
float : left;
clear : both;
height : auto;
width : auto;
}
.image_right {
padding-left : 20px;
float : right;
height : auto;
width : auto;
}
body {
font : 100% Verdana, Arial, Helvetica, sans-serif;
background : #666666;
margin : 0;
padding : 0;
text-align : center;
color : #000000;
}
.oneColElsCtrHdr #container {
width : 46em;
background : #ffc;
margin : 0 auto;
border : 1px solid #000000;
text-align : left;
}
.oneColElsCtrHdr #header {
background-color : #936a17;
background-image : url(../Header709x112.jpg);
height : 112px;
width : 709px;
padding-top : 0;
padding-right : 10px;
padding-bottom : 0;
padding-left : 20px;
}
.oneColElsCtrHdr #header h1 {
margin : 0;
padding : 10px 0;
color : #fff;
}
.oneColElsCtrHdr #mainContent {
padding : 0 20px;
background-color : #ffc;
font-family : Georgia, "Times New Roman", Times, serif;
background-image : url(../Header%20Home%20Page.png);
background-repeat : no-repeat;
}
.oneColElsCtrHdr #footer {
padding : 0 10px;
font-family : Verdana, Geneva, sans-serif;
color : #0f0;
background-color : #333;
}
.oneColElsCtrHdr #footer p {
margin : 0;
padding : 10px 0;
}

↑ Top