Ocean Board Style - 404 for some images

Status
Not open for further replies.

LoganA

Administrator
Administrator
Sonic Team Junior
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;
}
 
Uh. There is no image. That is why it is like that. Also, you can't edit the actual file using the ACP. You can edit some parts of it, but not much really.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top