Verfasst: 13.06.2004 02:23
Du musst dich auch an die Anleitung halten
Desweiteren ist es besser, direkt auf die TPL-Datei zu linken, also z.B. http://deinforum.de/templates/subSilver/index_body.tpl und nicht erst in HTML ändern.

Code: Alles auswählen
--[ Öffne ]--
index_body.tpl
--[ Suche ]--
<td class="row1" width="100%" height="50"> onMouseOver="this.style.backgroundColor='#F5F4F4'; onMouseOut="this.style.backgroundColor='#EFEFEF';">
--[ Ersetze mit ]--
<td class="row1" width="100%" height="50" onMouseOver=this.style.backgroundColor="#F5F4F4" onMouseOut=this.style.backgroundColor="">
--[ Öffne ]--
viewforum_body.tpl
--[ Suche ]--
<td class="row1" width="100%">
onMouseOver="this.style.backgroundColor='#F5F4F4'; onMouseOut="this.style.backgroundColor='#EFEFEF';">
--[ Ersetze mit ]--
<td class="row1" width="100%" height="50" onMouseOver=this.style.backgroundColor="#F5F4F4" onMouseOut=this.style.backgroundColor="">