- Wat is het probleem? zie de link en kijk na de header

Wanneer ontstond het probleem? gelijk naar dat ik de mod hat geuloade
Adres van je forum: http://www.brocoteam.nl/brocoforum/
Geïnstalleerde mods:
shoutbox
quick reply
top topics
Multiple BBCode Hack
Moderator Tags ( hier gaat het om )
Huidige template: SoftGreen
phpBB versie: 2.0.19
Host: budgettrends
Heb je onlangs een mod of stijl geïnstalleerd?
Heb je gezocht naar een antwoord?ja doe ik altijd
dit krijg ik in mijn overall_header.tpl te zien
Code: Selecteer alles
.mod { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%; } .exclamation { font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff; } td.ModTable { background-color: #ff6060; } en het komt hier door
maar het probleem is dat ik niet goed weet waar ik ze neer moet zeten omdat niets overheen komt
Code: Selecteer alles
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
.mod {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_BODY_TEXT}; line-height: 125%;
}
.exclamation {
font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}
td.ModTable { background-color: #ff6060; }
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/simple_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
.mod {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_BODY_TEXT}; line-height: 125%;
}
.exclamation {
font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}
td.ModTable { background-color: #ff6060; }
#
#-----[ OPEN ]------------------------------------------
