Pagina 1 van 1

Forumline vraagje

Geplaatst: 07 mar 2004, 12:33
door micha3L
Hallo , ik heb een nog niet bewerkte subsilver hier staan , dus nog niks gewijzigd..

Nu wil ik de forumline net zoals op:

http://www.frankyang.net ..

Dus tegen de tabel aan en door het forum ook de lijn in plaats van wit..

Kan iemand me vertellen wat ik aan de forumline en/of bodyline moet veranderen? :thumb:

Geplaatst: 07 mar 2004, 12:51
door micha3L
Iemand?

Geplaatst: 07 mar 2004, 13:45
door WebSiteNet
OPEN templates/subSilver/overall_header.tpl en VIND

Code: Selecteer alles

/* This is the outline round the main forum tables */
.forumline	{ background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
WIJZIG met:

Code: Selecteer alles

/* This is the outline round the main forum tables */
.forumline	{ background-color: #b0b0b0; border: 0px {T_TH_COLOR2} solid; }




VIND

Code: Selecteer alles

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/{T_TH_CLASS1});
			background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}
Wijzig met:

Code: Selecteer alles

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/{T_TH_CLASS1});
			background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: none; height: 28px;
}

VIND

Code: Selecteer alles

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
Wijzig met:

Code: Selecteer alles

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: none; height: 28px;
}
En dat is het. (En heb een beetje geduld)

Geplaatst: 07 mar 2004, 20:03
door micha3L
Nu weergeeft ie helemaal geen lijn meer weer, terwijl dat wel moet zijn net zoals op http://www.frankyang.net en http://www.insidegamer.nl/forum/

Geplaatst: 08 mar 2004, 19:06
door superman5000
border mischien???

Geplaatst: 08 mar 2004, 19:33
door WebSiteNet
WebSiteNet schreef:VIND

Code: Selecteer alles

/* This is the outline round the main forum tables */
.forumline	{ background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
WIJZIG met:

Code: Selecteer alles

/* This is the outline round the main forum tables */
.forumline	{ background-color: #b0b0b0; border: 0px {T_TH_COLOR2} solid; }
Weet je zeker dat je dat gedaan hebt?