DanUK
10-28-2003, 05:37 AM
Hey there.
I hope someone can help me.
I'm validating my HTML theme for our LAN site, I have attached it, and I get these errors on w3.org:
Line 29, column 15: there is no attribute "BACKGROUND" (explain...).
<td background="theme/forums/images/pl_bdr_3.gif" class="gensmall" width="100%">
^
Line 89, column 26: there is no attribute "HEIGHT" (explain...).
<table width="150" height="23" border="0" cellpadding="0" cellspacing="0" backgr
^
Line 89, column 85: there is no attribute "BACKGROUND" (explain...).
...dding="0" cellspacing="0" background="theme/images/block-title.gif">
I've tried doing it with CSS, but then the images disappear as they made up the "edges" of the tables.
My CSS validates as fine at the moment, both are attached.
IF you can help me to get this compliant, it would be gratefully appreciated!
CSS:
/* $Id: style.css 5.3 2003/10/27 01:31:03.
*/
FONT {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
TD {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
BODY {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
P {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
DIV {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
FORM {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
A:link {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:active {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:visited {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:hover {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.title {
background : none repeat;
color : #000000;
font-size : 14px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.content {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.block-title {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.storytitle {
background : none repeat;
color : #000000;
font-size : 12px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.option {
background : none repeat;
color : #000000;
font-size : 10px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.tiny {
background : none repeat;
color : #000000;
font-size : 10px;
font-weight : normal;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.small {
background : none repeat;
color : #000000;
font-size : 9px;
font-weight : normal;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.texte {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}
input , textarea , select {
color : #000000;
font : normal 10px Tahoma, Arial, Helvetica, sans-serif;
border : 1px solid #202020;
border-color : #000000;
}
/* Blue-type Buttons. */
input.mainoption {
background-color : #C9E1F3;
font : normal 10px Tahoma, Arial, Helvetica, sans-serif;
border : 1px solid #202020;
border-color : #000000;
}
input {
text-indent : 2px;
}
/* index.php Log In field
This part of style.css is (c) of PHPbb.com
*/
.forumline {
background-color: #FFFFFF;
}
td.catHead {
height: 29px;
border-width: 0px 0px 0px 0px;
}
td.row1 { background-color: #EFEFEF; }
td.row2 { background-color: #DEE3E7; }
td.row3 { background-color: #D1D7DC; }
.gensmall { font-size : 10px; }
I hope someone can help me.
I'm validating my HTML theme for our LAN site, I have attached it, and I get these errors on w3.org:
Line 29, column 15: there is no attribute "BACKGROUND" (explain...).
<td background="theme/forums/images/pl_bdr_3.gif" class="gensmall" width="100%">
^
Line 89, column 26: there is no attribute "HEIGHT" (explain...).
<table width="150" height="23" border="0" cellpadding="0" cellspacing="0" backgr
^
Line 89, column 85: there is no attribute "BACKGROUND" (explain...).
...dding="0" cellspacing="0" background="theme/images/block-title.gif">
I've tried doing it with CSS, but then the images disappear as they made up the "edges" of the tables.
My CSS validates as fine at the moment, both are attached.
IF you can help me to get this compliant, it would be gratefully appreciated!
CSS:
/* $Id: style.css 5.3 2003/10/27 01:31:03.
*/
FONT {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
TD {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
BODY {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
P {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
DIV {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
FORM {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
A:link {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:active {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:visited {
background : none repeat;
color : #4682b4;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:hover {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.title {
background : none repeat;
color : #000000;
font-size : 14px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.content {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.block-title {
background : none repeat;
color : #000000;
font-size : 10px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.storytitle {
background : none repeat;
color : #000000;
font-size : 12px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.option {
background : none repeat;
color : #000000;
font-size : 10px;
font-weight : bold;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.tiny {
background : none repeat;
color : #000000;
font-size : 10px;
font-weight : normal;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.small {
background : none repeat;
color : #000000;
font-size : 9px;
font-weight : normal;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.texte {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}
input , textarea , select {
color : #000000;
font : normal 10px Tahoma, Arial, Helvetica, sans-serif;
border : 1px solid #202020;
border-color : #000000;
}
/* Blue-type Buttons. */
input.mainoption {
background-color : #C9E1F3;
font : normal 10px Tahoma, Arial, Helvetica, sans-serif;
border : 1px solid #202020;
border-color : #000000;
}
input {
text-indent : 2px;
}
/* index.php Log In field
This part of style.css is (c) of PHPbb.com
*/
.forumline {
background-color: #FFFFFF;
}
td.catHead {
height: 29px;
border-width: 0px 0px 0px 0px;
}
td.row1 { background-color: #EFEFEF; }
td.row2 { background-color: #DEE3E7; }
td.row3 { background-color: #D1D7DC; }
.gensmall { font-size : 10px; }