while on the Ocean Board Style, I get 404s for the background image used on these three element/class combos
Code:
td.rowpic {
background-color: #000054;
background-image: url(templates/subSilver/images/);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #444444; font-size: 11px; font-weight : bold;
background-color: #AAAACC; height: 25px;
background-image: url(templates/subSilver/images/);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/subSilver/images/);
background-color:#000050; border: #006699; border-style: solid; height: 28px;
}