Forumline vraagje
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Forumline vraagje
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:
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:
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
OPEN templates/subSilver/overall_header.tpl en VINDWIJZIG met:
VINDWijzig met:
VINDWijzig met:
En dat is het. (En heb een beetje geduld)
Code: Selecteer alles
/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
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;
}
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;
}
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;
}
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/
- superman5000
- Berichten: 741
- Lid geworden op: 05 nov 2003, 09:51
- Locatie: breda
- Contacteer:
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
Weet je zeker dat je dat gedaan hebt?WebSiteNet schreef:VINDWIJZIG met:Code: Selecteer alles
/* This is the outline round the main forum tables */ .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
Code: Selecteer alles
/* This is the outline round the main forum tables */ .forumline { background-color: #b0b0b0; border: 0px {T_TH_COLOR2} solid; }